|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.structure.lookupListSchema.List
public class List
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}usage" maxOccurs="unbounded" minOccurs="0"/>
<choice>
<element ref="{}pair" maxOccurs="unbounded"/>
<element ref="{}value" maxOccurs="unbounded"/>
</choice>
</sequence>
<attribute name="listType" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="pairedValues" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="restrictToNmtoken" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.math.BigInteger |
listType
|
protected java.lang.String |
name
|
protected java.util.List<Pair> |
pair
|
protected java.lang.Boolean |
pairedValues
|
protected java.lang.Boolean |
restrictToNmtoken
|
protected java.util.List<Usage> |
usage
|
protected java.util.List<Value> |
value
|
| Constructor Summary | |
|---|---|
List()
|
|
| Method Summary | |
|---|---|
java.math.BigInteger |
getListType()
Gets the value of the listType property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.util.List<Pair> |
getPair()
Gets the value of the pair property. |
java.util.List<Usage> |
getUsage()
Gets the value of the usage property. |
java.util.List<Value> |
getValue()
Gets the value of the value property. |
java.lang.Boolean |
isPairedValues()
Gets the value of the pairedValues property. |
java.lang.Boolean |
isRestrictToNmtoken()
Gets the value of the restrictToNmtoken property. |
void |
setListType(java.math.BigInteger value)
Sets the value of the listType property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPairedValues(java.lang.Boolean value)
Sets the value of the pairedValues property. |
void |
setRestrictToNmtoken(java.lang.Boolean value)
Sets the value of the restrictToNmtoken property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<Usage> usage
protected java.util.List<Pair> pair
protected java.util.List<Value> value
protected java.math.BigInteger listType
protected java.lang.String name
protected java.lang.Boolean pairedValues
protected java.lang.Boolean restrictToNmtoken
| Constructor Detail |
|---|
public List()
| Method Detail |
|---|
public java.util.List<Usage> getUsage()
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 usage property.
For example, to add a new item, do as follows:
getUsage().add(newItem);
Objects of the following type(s) are allowed in the list
Usage
public java.util.List<Pair> getPair()
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 pair property.
For example, to add a new item, do as follows:
getPair().add(newItem);
Objects of the following type(s) are allowed in the list
Pair
public java.util.List<Value> getValue()
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 value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
Value
public java.math.BigInteger getListType()
BigIntegerpublic void setListType(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isPairedValues()
Booleanpublic void setPairedValues(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isRestrictToNmtoken()
Booleanpublic void setRestrictToNmtoken(java.lang.Boolean value)
value - allowed object is
Boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||