org.tolven.ccr
Class CodedDescriptionType.ObjectAttribute

java.lang.Object
  extended by org.tolven.ccr.CodedDescriptionType.ObjectAttribute
Enclosing class:
CodedDescriptionType

public static class CodedDescriptionType.ObjectAttribute
extends java.lang.Object

Java class for anonymous complex type.


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

Constructor Detail

CodedDescriptionType.ObjectAttribute

public CodedDescriptionType.ObjectAttribute()
Method Detail

getAttribute

public java.lang.String getAttribute()
Gets the value of the attribute property.

Returns:
possible object is String

setAttribute

public void setAttribute(java.lang.String value)
Sets the value of the attribute property.

Parameters:
value - allowed object is String

getAttributeValue

public java.util.List<CodedDescriptionType.ObjectAttribute.AttributeValue> getAttributeValue()
Gets the value of the attributeValue 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 attributeValue property.

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

    getAttributeValue().add(newItem);
 

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


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