@CodingStyleguideUnaware public class JurisdictionType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cva="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cvb="http://www.w3.org/ns/corevocabulary/BasicComponents" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Jurisdiction. Details</ccts:DictionaryEntryName><ccts:Definition>A jurisdiction, typically a country, dealing with and making pronouncements on legal matters.</ccts:Definition><ccts:ObjectClass>Jurisdiction</ccts:ObjectClass></ccts:Component>
Java class for JurisdictionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JurisdictionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/ns/corevocabulary/BasicComponents}JurisdictionID" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.w3.org/ns/corevocabulary/BasicComponents}JurisdictionName" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
JurisdictionType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addJurisdictionID(JurisdictionIDType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addJurisdictionName(JurisdictionNameType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
JurisdictionType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(JurisdictionType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<JurisdictionIDType> |
getJurisdictionID()
<?
|
JurisdictionIDType |
getJurisdictionIDAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getJurisdictionIDCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<JurisdictionNameType> |
getJurisdictionName()
<?
|
JurisdictionNameType |
getJurisdictionNameAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getJurisdictionNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasJurisdictionIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasJurisdictionNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoJurisdictionIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoJurisdictionNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setJurisdictionID(List<JurisdictionIDType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setJurisdictionName(List<JurisdictionNameType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public JurisdictionType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<JurisdictionIDType> getJurisdictionID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cva="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cvb="http://www.w3.org/ns/corevocabulary/BasicComponents" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Jurisdiction. Jurisdiction Identifier. Identifier</ccts:DictionaryEntryName><ccts:Definition>The URI for the jurisdiction.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Jurisdiction</ccts:ObjectClass><ccts:PropertyTerm>Jurisdiction Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>Gets the value of the jurisdictionID 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 jurisdictionID property.
For example, to add a new item, do as follows:
getJurisdictionID().add(newItem);
Objects of the following type(s) are allowed in the list
JurisdictionIDType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<JurisdictionNameType> getJurisdictionName()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cva="http://www.w3.org/ns/corevocabulary/AggregateComponents" xmlns:cvb="http://www.w3.org/ns/corevocabulary/BasicComponents" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Jurisdiction. Jurisdiction Name. Name</ccts:DictionaryEntryName><ccts:Definition>The name of the jurisdiction.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Jurisdiction</ccts:ObjectClass><ccts:PropertyTerm>Jurisdiction Name</ccts:PropertyTerm><ccts:RepresentationTerm>Name</ccts:RepresentationTerm><ccts:DataType>Name. Type</ccts:DataType></ccts:Component>Gets the value of the jurisdictionName 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 jurisdictionName property.
For example, to add a new item, do as follows:
getJurisdictionName().add(newItem);
Objects of the following type(s) are allowed in the list
JurisdictionNameType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setJurisdictionID(@Nullable List<JurisdictionIDType> aList)
aList - The new list member to set. May be null.public void setJurisdictionName(@Nullable List<JurisdictionNameType> aList)
aList - The new list member to set. May be null.public boolean hasJurisdictionIDEntries()
true if at least one item is contained, false otherwise.public boolean hasNoJurisdictionIDEntries()
true if no item is contained, false otherwise.@Nonnegative public int getJurisdictionIDCount()
@Nullable public JurisdictionIDType getJurisdictionIDAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addJurisdictionID(@Nonnull JurisdictionIDType elem)
elem - The element to be added. May not be null.public boolean hasJurisdictionNameEntries()
true if at least one item is contained, false otherwise.public boolean hasNoJurisdictionNameEntries()
true if no item is contained, false otherwise.@Nonnegative public int getJurisdictionNameCount()
@Nullable public JurisdictionNameType getJurisdictionNameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addJurisdictionName(@Nonnull JurisdictionNameType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull JurisdictionType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public JurisdictionType clone()
Copyright © 2020 toop.eu. All rights reserved.