Class StrucDocColgroup
Java class for StrucDoc.Colgroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StrucDoc.Colgroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="col" type="{urn:hl7-org:v3}StrucDoc.Col"/>
</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="span" type="{http://www.w3.org/2001/XMLSchema}string" default="1" />
<attribute name="width" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="align">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="left"/>
<enumeration value="center"/>
<enumeration value="right"/>
<enumeration value="justify"/>
<enumeration value="char"/>
</restriction>
</simpleType>
</attribute>
<attribute name="char" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="charoff" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="valign">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="top"/>
<enumeration value="middle"/>
<enumeration value="bottom"/>
<enumeration value="baseline"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAlign()Gets the value of the align property.getChar()Gets the value of the char property.Gets the value of the charoff property.getCol()Gets the value of the col property.getID()Gets the value of the id property.Gets the value of the language property.getSpan()Gets the value of the span property.Gets the value of the styleCode property.Gets the value of the valign property.getWidth()Gets the value of the width property.inthashCode()voidSets the value of the align property.voidSets the value of the char property.voidsetCharoff(String value) Sets the value of the charoff property.voidSets the value of the id property.voidsetLanguage(String value) Sets the value of the language property.voidSets the value of the span property.voidSets the value of the valign property.voidSets the value of the width property.toString()Generates a String representation of the contents of this type.withCharoff(String value) withCol(Collection<StrucDocCol> values) withCol(StrucDocCol... values) withLanguage(String value) withStyleCode(String... values) withStyleCode(Collection<String> values) withValign(String value)
-
Field Details
-
col
-
id
-
language
-
styleCode
-
span
-
width
-
align
-
_char
-
charoff
-
valign
-
-
Constructor Details
-
StrucDocColgroup
public StrucDocColgroup()
-
-
Method Details
-
getCol
Gets the value of the col 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 col property.For example, to add a new item, do as follows:
getCol().add(newItem);Objects of the following type(s) are allowed in the list
StrucDocCol -
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 -
getSpan
Gets the value of the span property.- Returns:
- possible object is
String
-
setSpan
Sets the value of the span property.- Parameters:
value- allowed object isString
-
getWidth
Gets the value of the width property.- Returns:
- possible object is
String
-
setWidth
Sets the value of the width property.- Parameters:
value- allowed object isString
-
getAlign
Gets the value of the align property.- Returns:
- possible object is
String
-
setAlign
Sets the value of the align property.- Parameters:
value- allowed object isString
-
getChar
Gets the value of the char property.- Returns:
- possible object is
String
-
setChar
Sets the value of the char property.- Parameters:
value- allowed object isString
-
getCharoff
Gets the value of the charoff property.- Returns:
- possible object is
String
-
setCharoff
Sets the value of the charoff property.- Parameters:
value- allowed object isString
-
getValign
Gets the value of the valign property.- Returns:
- possible object is
String
-
setValign
Sets the value of the valign property.- Parameters:
value- allowed object isString
-
withCol
-
withCol
-
withID
-
withLanguage
-
withStyleCode
-
withStyleCode
-
withSpan
-
withWidth
-
withAlign
-
withChar
-
withCharoff
-
withValign
-
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
-