@CodingStyleguideUnaware public class SMPExtensionType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for SMPExtensionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SMPExtensionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://docs.oasis-open.org/bdxr/ns/SMP/2/BasicComponents}ID" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/bdxr/ns/SMP/2/ExtensionComponents}Name" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/bdxr/ns/SMP/2/ExtensionComponents}ExtensionAgencyID" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/bdxr/ns/SMP/2/ExtensionComponents}ExtensionAgencyName" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/bdxr/ns/SMP/2/ExtensionComponents}ExtensionVersionID" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/bdxr/ns/SMP/2/ExtensionComponents}ExtensionAgencyURI" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/bdxr/ns/SMP/2/ExtensionComponents}ExtensionURI" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/bdxr/ns/SMP/2/ExtensionComponents}ExtensionReasonCode" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/bdxr/ns/SMP/2/ExtensionComponents}ExtensionReason" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/bdxr/ns/SMP/2/ExtensionComponents}ExtensionContent"/>
</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 |
|---|
SMPExtensionType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
SMPExtensionType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(SMPExtensionType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
ExtensionAgencyIDType |
getExtensionAgencyID()
An agency that maintains one or more Extensions.
|
String |
getExtensionAgencyIDValue()
Get the value of the contained ExtensionAgencyIDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ExtensionAgencyNameType |
getExtensionAgencyName()
The name of the agency that maintains the Extension.
|
String |
getExtensionAgencyNameValue()
Get the value of the contained ExtensionAgencyNameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ExtensionAgencyURIType |
getExtensionAgencyURI()
A URI for the Agency that maintains the Extension.
|
String |
getExtensionAgencyURIValue()
Get the value of the contained ExtensionAgencyURIType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ExtensionContentType |
getExtensionContent()
The definition of the extension content.
|
ExtensionReasonType |
getExtensionReason()
A description of the reason for the Extension.
|
ExtensionReasonCodeType |
getExtensionReasonCode()
A code for reason the Extension is being included.
|
String |
getExtensionReasonCodeValue()
Get the value of the contained ExtensionReasonCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
getExtensionReasonValue()
Get the value of the contained ExtensionReasonType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ExtensionURIType |
getExtensionURI()
A URI for the Extension.
|
String |
getExtensionURIValue()
Get the value of the contained ExtensionURIType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ExtensionVersionIDType |
getExtensionVersionID()
The version of the Extension.
|
String |
getExtensionVersionIDValue()
Get the value of the contained ExtensionVersionIDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getID()
An identifier for the Extension assigned by the creator of the extension.
|
String |
getIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
NameType |
getName()
A name for the Extension assigned by the creator of the extension.
|
String |
getNameValue()
Get the value of the contained NameType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
void |
setExtensionAgencyID(ExtensionAgencyIDType value)
Sets the value of the extensionAgencyID property.
|
ExtensionAgencyIDType |
setExtensionAgencyID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setExtensionAgencyName(ExtensionAgencyNameType value)
Sets the value of the extensionAgencyName property.
|
ExtensionAgencyNameType |
setExtensionAgencyName(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setExtensionAgencyURI(ExtensionAgencyURIType value)
Sets the value of the extensionAgencyURI property.
|
ExtensionAgencyURIType |
setExtensionAgencyURI(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setExtensionContent(ExtensionContentType value)
Sets the value of the extensionContent property.
|
void |
setExtensionReason(ExtensionReasonType value)
Sets the value of the extensionReason property.
|
ExtensionReasonType |
setExtensionReason(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setExtensionReasonCode(ExtensionReasonCodeType value)
Sets the value of the extensionReasonCode property.
|
ExtensionReasonCodeType |
setExtensionReasonCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setExtensionURI(ExtensionURIType value)
Sets the value of the extensionURI property.
|
ExtensionURIType |
setExtensionURI(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setExtensionVersionID(ExtensionVersionIDType value)
Sets the value of the extensionVersionID property.
|
ExtensionVersionIDType |
setExtensionVersionID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setName(NameType value)
Sets the value of the name property.
|
NameType |
setName(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 SMPExtensionType()
@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public NameType getName()
NameTypepublic void setName(@Nullable NameType value)
value - allowed object is
NameType@Nullable public ExtensionAgencyIDType getExtensionAgencyID()
ExtensionAgencyIDTypepublic void setExtensionAgencyID(@Nullable ExtensionAgencyIDType value)
value - allowed object is
ExtensionAgencyIDType@Nullable public ExtensionAgencyNameType getExtensionAgencyName()
ExtensionAgencyNameTypepublic void setExtensionAgencyName(@Nullable ExtensionAgencyNameType value)
value - allowed object is
ExtensionAgencyNameType@Nullable public ExtensionVersionIDType getExtensionVersionID()
ExtensionVersionIDTypepublic void setExtensionVersionID(@Nullable ExtensionVersionIDType value)
value - allowed object is
ExtensionVersionIDType@Nullable public ExtensionAgencyURIType getExtensionAgencyURI()
ExtensionAgencyURITypepublic void setExtensionAgencyURI(@Nullable ExtensionAgencyURIType value)
value - allowed object is
ExtensionAgencyURIType@Nullable public ExtensionURIType getExtensionURI()
ExtensionURITypepublic void setExtensionURI(@Nullable ExtensionURIType value)
value - allowed object is
ExtensionURIType@Nullable public ExtensionReasonCodeType getExtensionReasonCode()
ExtensionReasonCodeTypepublic void setExtensionReasonCode(@Nullable ExtensionReasonCodeType value)
value - allowed object is
ExtensionReasonCodeType@Nullable public ExtensionReasonType getExtensionReason()
ExtensionReasonTypepublic void setExtensionReason(@Nullable ExtensionReasonType value)
value - allowed object is
ExtensionReasonType@Nullable public ExtensionContentType getExtensionContent()
ExtensionContentTypepublic void setExtensionContent(@Nullable ExtensionContentType value)
value - allowed object is
ExtensionContentTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void cloneTo(@Nonnull SMPExtensionType 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 SMPExtensionType clone()
@Nonnull public ExtensionReasonCodeType setExtensionReasonCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ExtensionAgencyIDType setExtensionAgencyID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ExtensionVersionIDType setExtensionVersionID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ExtensionAgencyURIType setExtensionAgencyURI(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ExtensionURIType setExtensionURI(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ExtensionReasonType setExtensionReason(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public NameType setName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ExtensionAgencyNameType setExtensionAgencyName(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getIDValue()
null@Nullable public String getNameValue()
null@Nullable public String getExtensionAgencyIDValue()
null@Nullable public String getExtensionAgencyNameValue()
null@Nullable public String getExtensionVersionIDValue()
null@Nullable public String getExtensionAgencyURIValue()
null@Nullable public String getExtensionURIValue()
null@Nullable public String getExtensionReasonCodeValue()
nullCopyright © 2019–2020 Philip Helger. All rights reserved.