@CodingStyleguideUnaware public class UniversalCommunicationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for UniversalCommunicationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UniversalCommunicationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="URIID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="ChannelCode" type="{urn:un:unece:uncefact:data:standard:QualifiedDataType:100}CommunicationChannelCodeType" minOccurs="0"/>
<element name="CompleteNumber" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}TextType" 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-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
UniversalCommunicationType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
UniversalCommunicationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(UniversalCommunicationType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
CommunicationChannelCodeType |
getChannelCode()
Gets the value of the channelCode property.
|
String |
getChannelCodeValue()
Get the value of the contained CommunicationChannelCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
getCompleteNumber()
Gets the value of the completeNumber property.
|
String |
getCompleteNumberValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getURIID()
Gets the value of the uriid property.
|
String |
getURIIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setChannelCode(CommunicationChannelCodeType value)
Sets the value of the channelCode property.
|
CommunicationChannelCodeType |
setChannelCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
setCompleteNumber(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCompleteNumber(TextType value)
Sets the value of the completeNumber property.
|
void |
setURIID(IDType value)
Sets the value of the uriid property.
|
IDType |
setURIID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public UniversalCommunicationType()
@Nullable public IDType getURIID()
IDTypepublic void setURIID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public CommunicationChannelCodeType getChannelCode()
CommunicationChannelCodeTypepublic void setChannelCode(@Nullable CommunicationChannelCodeType value)
value - allowed object is
CommunicationChannelCodeType@Nullable public TextType getCompleteNumber()
TextTypepublic void setCompleteNumber(@Nullable TextType value)
value - allowed object is
TextTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull UniversalCommunicationType 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 UniversalCommunicationType clone()
@Nonnull public CommunicationChannelCodeType setChannelCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setURIID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setCompleteNumber(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getURIIDValue()
null@Nullable public String getChannelCodeValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.