@CodingStyleguideUnaware public class PhysicalAttributeType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
PhysicalAttributeType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
PhysicalAttributeType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(PhysicalAttributeType 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
|
AttributeIDType |
getAttributeID()
<pre>
<?
|
String |
getAttributeIDValue()
Get the value of the contained AttributeIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<DescriptionType> |
getDescription()
<pre>
<?
|
DescriptionType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
DescriptionCodeType |
getDescriptionCode()
<pre>
<?
|
String |
getDescriptionCodeValue()
Get the value of the contained DescriptionCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
PositionCodeType |
getPositionCode()
<pre>
<?
|
String |
getPositionCodeValue()
Get the value of the contained PositionCodeType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAttributeID(AttributeIDType value)
Sets the value of the attributeID property.
|
AttributeIDType |
setAttributeID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDescriptionCode(DescriptionCodeType value)
Sets the value of the descriptionCode property.
|
DescriptionCodeType |
setDescriptionCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setPositionCode(PositionCodeType value)
Sets the value of the positionCode property.
|
PositionCodeType |
setPositionCode(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public PhysicalAttributeType()
@Nullable public AttributeIDType getAttributeID()
AttributeIDTypepublic void setAttributeID(@Nullable AttributeIDType value)
value - allowed object is
AttributeIDType@Nullable public PositionCodeType getPositionCode()
PositionCodeTypepublic void setPositionCode(@Nullable PositionCodeType value)
value - allowed object is
PositionCodeType@Nullable public DescriptionCodeType getDescriptionCode()
DescriptionCodeTypepublic void setDescriptionCode(@Nullable DescriptionCodeType value)
value - allowed object is
DescriptionCodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
DescriptionTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setDescription(@Nullable List<DescriptionType> aList)
aList - The new list member to set. May 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 void cloneTo(@Nonnull PhysicalAttributeType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public PhysicalAttributeType clone()
@Nonnull public PositionCodeType setPositionCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public DescriptionCodeType setDescriptionCode(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public AttributeIDType setAttributeID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getAttributeIDValue()
@Nullable public String getPositionCodeValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.