org.tolven.ccr
Class CodedDescriptionType

java.lang.Object
  extended by org.tolven.ccr.CodedDescriptionType
Direct Known Subclasses:
Direction.Route, InstructionType, MethodType, PositionType, SiteType, StructuredProductType.Product.Form, StructuredProductType.Product.Size, VehicleType.Product.Form, VehicleType.Product.Size

public class CodedDescriptionType
extends java.lang.Object

Java class for CodedDescriptionType complex type.


Nested Class Summary
static class CodedDescriptionType.ObjectAttribute
          Java class for anonymous complex type.
 
Constructor Summary
CodedDescriptionType()
           
 
Method Summary
 java.util.List<CodeType> getCode()
          Gets the value of the code property.
 java.util.List<CodedDescriptionType.ObjectAttribute> getObjectAttribute()
          Gets the value of the objectAttribute property.
 java.lang.String getText()
          Gets the value of the text property.
 void setText(java.lang.String value)
          Sets the value of the text property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodedDescriptionType

public CodedDescriptionType()
Method Detail

getText

public java.lang.String getText()
Gets the value of the text property.

Returns:
possible object is String

setText

public void setText(java.lang.String value)
Sets the value of the text property.

Parameters:
value - allowed object is String

getObjectAttribute

public java.util.List<CodedDescriptionType.ObjectAttribute> getObjectAttribute()
Gets the value of the objectAttribute property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the objectAttribute property.

For example, to add a new item, do as follows:

    getObjectAttribute().add(newItem);
 

Objects of the following type(s) are allowed in the list CodedDescriptionType.ObjectAttribute


getCode

public java.util.List<CodeType> getCode()
Gets the value of the code property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the code property.

For example, to add a new item, do as follows:

    getCode().add(newItem);
 

Objects of the following type(s) are allowed in the list CodeType