@CodingStyleguideUnaware public class LegislationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
LegislationType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addArticle(ArticleType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addJurisdictionLevel(JurisdictionLevelType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addJurisdictionRegionAddress(AddressType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addLanguage(LanguageType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addTitle(TitleType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addURI(URIType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
LegislationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(LegislationType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<ArticleType> |
getArticle()
<pre>
<?
|
ArticleType |
getArticleAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getArticleCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<DescriptionType> |
getDescription()
<pre>
<?
|
DescriptionType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
IDType |
getID()
<pre>
<?
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<JurisdictionLevelType> |
getJurisdictionLevel()
<pre>
<?
|
JurisdictionLevelType |
getJurisdictionLevelAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getJurisdictionLevelCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<AddressType> |
getJurisdictionRegionAddress()
<pre>
<?
|
AddressType |
getJurisdictionRegionAddressAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getJurisdictionRegionAddressCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<LanguageType> |
getLanguage()
<pre>
<?
|
LanguageType |
getLanguageAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getLanguageCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<TitleType> |
getTitle()
<pre>
<?
|
TitleType |
getTitleAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getTitleCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<URIType> |
getURI()
<pre>
<?
|
URIType |
getURIAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getURICount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasArticleEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasJurisdictionLevelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasJurisdictionRegionAddressEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasLanguageEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoArticleEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoJurisdictionLevelEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoJurisdictionRegionAddressEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoLanguageEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoTitleEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoURIEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTitleEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasURIEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setArticle(List<ArticleType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setJurisdictionLevel(List<JurisdictionLevelType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setJurisdictionRegionAddress(List<AddressType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setLanguage(List<LanguageType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setTitle(List<TitleType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setURI(List<URIType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public LegislationType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TitleType> getTitle()
TitleType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<JurisdictionLevelType> getJurisdictionLevel()
JurisdictionLevelType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ArticleType> getArticle()
ArticleType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<URIType> getURI()
URIType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<LanguageType> getLanguage()
LanguageType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<AddressType> getJurisdictionRegionAddress()
AddressTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setTitle(@Nullable List<TitleType> aList)
aList - The new list member to set. May be <code>null</code>.public void setDescription(@Nullable List<DescriptionType> aList)
aList - The new list member to set. May be <code>null</code>.public void setJurisdictionLevel(@Nullable List<JurisdictionLevelType> aList)
aList - The new list member to set. May be <code>null</code>.public void setArticle(@Nullable List<ArticleType> aList)
aList - The new list member to set. May be <code>null</code>.public void setURI(@Nullable List<URIType> aList)
aList - The new list member to set. May be <code>null</code>.public void setLanguage(@Nullable List<LanguageType> aList)
aList - The new list member to set. May be <code>null</code>.public void setJurisdictionRegionAddress(@Nullable List<AddressType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasTitleEntries()
public boolean hasNoTitleEntries()
@Nonnegative public int getTitleCount()
@Nullable public TitleType getTitleAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addTitle(@Nonnull TitleType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasDescriptionEntries()
public boolean hasNoDescriptionEntries()
@Nonnegative public int getDescriptionCount()
@Nullable public DescriptionType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull DescriptionType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasJurisdictionLevelEntries()
public boolean hasNoJurisdictionLevelEntries()
@Nonnegative public int getJurisdictionLevelCount()
@Nullable public JurisdictionLevelType getJurisdictionLevelAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addJurisdictionLevel(@Nonnull JurisdictionLevelType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasArticleEntries()
public boolean hasNoArticleEntries()
@Nonnegative public int getArticleCount()
@Nullable public ArticleType getArticleAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addArticle(@Nonnull ArticleType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasURIEntries()
public boolean hasNoURIEntries()
@Nonnegative public int getURICount()
@Nullable public URIType getURIAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addURI(@Nonnull URIType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasLanguageEntries()
public boolean hasNoLanguageEntries()
@Nonnegative public int getLanguageCount()
@Nullable public LanguageType getLanguageAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addLanguage(@Nonnull LanguageType elem)
elem - The element to be added. May not be <code>null</code>.public boolean hasJurisdictionRegionAddressEntries()
public boolean hasNoJurisdictionRegionAddressEntries()
@Nonnegative public int getJurisdictionRegionAddressCount()
@Nullable public AddressType getJurisdictionRegionAddressAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addJurisdictionRegionAddress(@Nonnull AddressType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull LegislationType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public LegislationType clone()
@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.Copyright © 2017–2021 Philip Helger. All rights reserved.