@CodingStyleguideUnaware public class RegulationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
RegulationType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addName(NameType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
RegulationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(RegulationType 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
|
LegalReferenceType |
getLegalReference()
Gets the value of the legalReference property.
|
String |
getLegalReferenceValue()
Get the value of the contained LegalReferenceType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<NameType> |
getName()
Gets the value of the name property.
|
NameType |
getNameAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
OntologyURIType |
getOntologyURI()
Gets the value of the ontologyURI property.
|
String |
getOntologyURIValue()
Get the value of the contained OntologyURIType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
UBLExtensionsType |
getUBLExtensions()
Gets the value of the ublExtensions property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setLegalReference(LegalReferenceType value)
Sets the value of the legalReference property.
|
LegalReferenceType |
setLegalReference(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setName(List<NameType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setOntologyURI(OntologyURIType value)
Sets the value of the ontologyURI property.
|
OntologyURIType |
setOntologyURI(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public RegulationType()
@Nullable public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(@Nullable UBLExtensionsType value)
value - allowed object is
UBLExtensionsType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<NameType> getName()
NameType@Nullable public LegalReferenceType getLegalReference()
LegalReferenceTypepublic void setLegalReference(@Nullable LegalReferenceType value)
value - allowed object is
LegalReferenceType@Nullable public OntologyURIType getOntologyURI()
OntologyURITypepublic void setOntologyURI(@Nullable OntologyURIType value)
value - allowed object is
OntologyURITypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setName(@Nullable List<NameType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasNameEntries()
public boolean hasNoNameEntries()
@Nonnegative public int getNameCount()
@Nullable public NameType getNameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addName(@Nonnull NameType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull RegulationType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public RegulationType clone()
@Nonnull public OntologyURIType setOntologyURI(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public LegalReferenceType setLegalReference(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getLegalReferenceValue()
Copyright © 2019–2021 Philip Helger. All rights reserved.