Class StrucDocList
Java class for StrucDoc.List complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StrucDoc.List">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="caption" type="{urn:hl7-org:v3}StrucDoc.Caption" minOccurs="0"/>
<element name="item" type="{urn:hl7-org:v3}StrucDoc.Item" maxOccurs="unbounded"/>
</sequence>
<attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="language" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="styleCode" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
<attribute name="listType" default="unordered">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="ordered"/>
<enumeration value="unordered"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the caption property.getID()Gets the value of the id property.getItem()Gets the value of the item property.Gets the value of the language property.Gets the value of the listType property.Gets the value of the styleCode property.inthashCode()voidsetCaption(StrucDocCaption value) Sets the value of the caption property.voidSets the value of the id property.voidsetLanguage(String value) Sets the value of the language property.voidsetListType(String value) Sets the value of the listType property.toString()Generates a String representation of the contents of this type.withCaption(StrucDocCaption value) withItem(Collection<StrucDocItem> values) withItem(StrucDocItem... values) withLanguage(String value) withListType(String value) withStyleCode(String... values) withStyleCode(Collection<String> values)
-
Field Details
-
caption
-
item
-
id
-
language
-
styleCode
-
listType
-
-
Constructor Details
-
StrucDocList
public StrucDocList()
-
-
Method Details
-
getCaption
Gets the value of the caption property.- Returns:
- possible object is
StrucDocCaption
-
setCaption
Sets the value of the caption property.- Parameters:
value- allowed object isStrucDocCaption
-
getItem
Gets the value of the item 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 Jakarta XML Binding object. This is why there is not a
setmethod for the item property.For example, to add a new item, do as follows:
getItem().add(newItem);Objects of the following type(s) are allowed in the list
StrucDocItem -
getID
Gets the value of the id property.- Returns:
- possible object is
String
-
setID
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getLanguage
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
Sets the value of the language property.- Parameters:
value- allowed object isString
-
getStyleCode
Gets the value of the styleCode 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 Jakarta XML Binding object. This is why there is not a
setmethod for the styleCode property.For example, to add a new item, do as follows:
getStyleCode().add(newItem);Objects of the following type(s) are allowed in the list
String -
getListType
Gets the value of the listType property.- Returns:
- possible object is
String
-
setListType
Sets the value of the listType property.- Parameters:
value- allowed object isString
-
withCaption
-
withItem
-
withItem
-
withID
-
withLanguage
-
withStyleCode
-
withStyleCode
-
withListType
-
equals
-
hashCode
public int hashCode() -
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-