org.tolven.ccr
Class StructuredProductType.Product.Size

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

public static class StructuredProductType.Product.Size
extends CodedDescriptionType

Java class for anonymous complex type.


Nested Class Summary
static class StructuredProductType.Product.Size.Dimensions
          Java class for anonymous complex type.
 
Nested classes/interfaces inherited from class org.tolven.ccr.CodedDescriptionType
CodedDescriptionType.ObjectAttribute
 
Constructor Summary
StructuredProductType.Product.Size()
           
 
Method Summary
 StructuredProductType.Product.Size.Dimensions getDimensions()
          Gets the value of the dimensions property.
 java.math.BigInteger getSizeSequencePosition()
          Gets the value of the sizeSequencePosition property.
 CodedDescriptionType getVariableSizeModifier()
          Gets the value of the variableSizeModifier property.
 void setDimensions(StructuredProductType.Product.Size.Dimensions value)
          Sets the value of the dimensions 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

StructuredProductType.Product.Size

public StructuredProductType.Product.Size()
Method Detail

getDimensions

public StructuredProductType.Product.Size.Dimensions getDimensions()
Gets the value of the dimensions property.

Returns:
possible object is StructuredProductType.Product.Size.Dimensions

setDimensions

public void setDimensions(StructuredProductType.Product.Size.Dimensions value)
Sets the value of the dimensions property.

Parameters:
value - allowed object is StructuredProductType.Product.Size.Dimensions

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