org.tolven.ccr
Class VehicleType.Product.Size

java.lang.Object
  extended by org.tolven.ccr.CodedDescriptionType
      extended by org.tolven.ccr.VehicleType.Product.Size
Enclosing class:
VehicleType.Product

public static class VehicleType.Product.Size
extends CodedDescriptionType

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{urn:astm-org:CCR}CodedDescriptionType">
       <sequence>
         <element name="SizeSequencePosition" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
         <element name="VariableSizeModifier" type="{urn:astm-org:CCR}CodedDescriptionType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.tolven.ccr.CodedDescriptionType
CodedDescriptionType.ObjectAttribute
 
Constructor Summary
VehicleType.Product.Size()
           
 
Method Summary
 java.math.BigInteger getSizeSequencePosition()
          Gets the value of the sizeSequencePosition property.
 CodedDescriptionType getVariableSizeModifier()
          Gets the value of the variableSizeModifier property.
 void setSizeSequencePosition(java.math.BigInteger value)
          Sets the value of the sizeSequencePosition property.
 void setVariableSizeModifier(CodedDescriptionType value)
          Sets the value of the variableSizeModifier property.
 
Methods inherited from class org.tolven.ccr.CodedDescriptionType
getCode, getObjectAttribute, getText, setText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleType.Product.Size

public VehicleType.Product.Size()
Method Detail

getSizeSequencePosition

public java.math.BigInteger getSizeSequencePosition()
Gets the value of the sizeSequencePosition property.

Returns:
possible object is BigInteger

setSizeSequencePosition

public void setSizeSequencePosition(java.math.BigInteger value)
Sets the value of the sizeSequencePosition property.

Parameters:
value - allowed object is BigInteger

getVariableSizeModifier

public CodedDescriptionType getVariableSizeModifier()
Gets the value of the variableSizeModifier property.

Returns:
possible object is CodedDescriptionType

setVariableSizeModifier

public void setVariableSizeModifier(CodedDescriptionType value)
Sets the value of the variableSizeModifier property.

Parameters:
value - allowed object is CodedDescriptionType