|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tolven.ccr.CodedDescriptionType.ObjectAttribute
public static class CodedDescriptionType.ObjectAttribute
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 |
|---|
public CodedDescriptionType.ObjectAttribute()
| Method Detail |
|---|
public java.lang.String getAttribute()
Stringpublic void setAttribute(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<CodedDescriptionType.ObjectAttribute.AttributeValue> getAttributeValue()
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
public java.util.List<CodeType> getCode()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||