Class ExtensionType
- java.lang.Object
-
- network.oxalis.peppol.bdx.jaxb.smp._2016._05.ExtensionType
-
public class ExtensionType extends Object
A single extension for private use.Java class for ExtensionType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtensionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ExtensionID" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="ExtensionName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ExtensionAgencyID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ExtensionAgencyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ExtensionAgencyURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="ExtensionVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0"/> <element name="ExtensionURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="ExtensionReasonCode" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="ExtensionReason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <any processContents='lax' namespace='##other'/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Objectanyprotected StringextensionAgencyIDAn agency that maintains one or more Extensions.protected StringextensionAgencyNameThe name of the agency that maintains the Extension.protected StringextensionAgencyURIA URI for the Agency that maintains the Extension.protected StringextensionIDAn identifier for the Extension assigned by the creator of the extension.protected StringextensionNameA name for the Extension assigned by the creator of the extension.protected StringextensionReasonA description of the reason for the Extension.protected StringextensionReasonCodeA code for reason the Extension is being included.protected StringextensionURIA URI for the Extension.protected StringextensionVersionIDThe version of the Extension.
-
Constructor Summary
Constructors Constructor Description ExtensionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAny()Gets the value of the any property.StringgetExtensionAgencyID()An agency that maintains one or more Extensions.StringgetExtensionAgencyName()The name of the agency that maintains the Extension.StringgetExtensionAgencyURI()A URI for the Agency that maintains the Extension.StringgetExtensionID()An identifier for the Extension assigned by the creator of the extension.StringgetExtensionName()A name for the Extension assigned by the creator of the extension.StringgetExtensionReason()A description of the reason for the Extension.StringgetExtensionReasonCode()A code for reason the Extension is being included.StringgetExtensionURI()A URI for the Extension.StringgetExtensionVersionID()The version of the Extension.voidsetAny(Object value)Sets the value of the any property.voidsetExtensionAgencyID(String value)Sets the value of the extensionAgencyID property.voidsetExtensionAgencyName(String value)Sets the value of the extensionAgencyName property.voidsetExtensionAgencyURI(String value)Sets the value of the extensionAgencyURI property.voidsetExtensionID(String value)Sets the value of the extensionID property.voidsetExtensionName(String value)Sets the value of the extensionName property.voidsetExtensionReason(String value)Sets the value of the extensionReason property.voidsetExtensionReasonCode(String value)Sets the value of the extensionReasonCode property.voidsetExtensionURI(String value)Sets the value of the extensionURI property.voidsetExtensionVersionID(String value)Sets the value of the extensionVersionID property.
-
-
-
Field Detail
-
extensionID
protected String extensionID
An identifier for the Extension assigned by the creator of the extension.
-
extensionName
protected String extensionName
A name for the Extension assigned by the creator of the extension.
-
extensionAgencyID
protected String extensionAgencyID
An agency that maintains one or more Extensions.
-
extensionAgencyName
protected String extensionAgencyName
The name of the agency that maintains the Extension.
-
extensionAgencyURI
protected String extensionAgencyURI
A URI for the Agency that maintains the Extension.
-
extensionVersionID
protected String extensionVersionID
The version of the Extension.
-
extensionURI
protected String extensionURI
A URI for the Extension.
-
extensionReasonCode
protected String extensionReasonCode
A code for reason the Extension is being included.
-
extensionReason
protected String extensionReason
A description of the reason for the Extension.
-
any
protected Object any
-
-
Method Detail
-
getExtensionID
public String getExtensionID()
An identifier for the Extension assigned by the creator of the extension.- Returns:
- possible object is
String
-
setExtensionID
public void setExtensionID(String value)
Sets the value of the extensionID property.- Parameters:
value- allowed object isString- See Also:
getExtensionID()
-
getExtensionName
public String getExtensionName()
A name for the Extension assigned by the creator of the extension.- Returns:
- possible object is
String
-
setExtensionName
public void setExtensionName(String value)
Sets the value of the extensionName property.- Parameters:
value- allowed object isString- See Also:
getExtensionName()
-
getExtensionAgencyID
public String getExtensionAgencyID()
An agency that maintains one or more Extensions.- Returns:
- possible object is
String
-
setExtensionAgencyID
public void setExtensionAgencyID(String value)
Sets the value of the extensionAgencyID property.- Parameters:
value- allowed object isString- See Also:
getExtensionAgencyID()
-
getExtensionAgencyName
public String getExtensionAgencyName()
The name of the agency that maintains the Extension.- Returns:
- possible object is
String
-
setExtensionAgencyName
public void setExtensionAgencyName(String value)
Sets the value of the extensionAgencyName property.- Parameters:
value- allowed object isString- See Also:
getExtensionAgencyName()
-
getExtensionAgencyURI
public String getExtensionAgencyURI()
A URI for the Agency that maintains the Extension.- Returns:
- possible object is
String
-
setExtensionAgencyURI
public void setExtensionAgencyURI(String value)
Sets the value of the extensionAgencyURI property.- Parameters:
value- allowed object isString- See Also:
getExtensionAgencyURI()
-
getExtensionVersionID
public String getExtensionVersionID()
The version of the Extension.- Returns:
- possible object is
String
-
setExtensionVersionID
public void setExtensionVersionID(String value)
Sets the value of the extensionVersionID property.- Parameters:
value- allowed object isString- See Also:
getExtensionVersionID()
-
getExtensionURI
public String getExtensionURI()
A URI for the Extension.- Returns:
- possible object is
String
-
setExtensionURI
public void setExtensionURI(String value)
Sets the value of the extensionURI property.- Parameters:
value- allowed object isString- See Also:
getExtensionURI()
-
getExtensionReasonCode
public String getExtensionReasonCode()
A code for reason the Extension is being included.- Returns:
- possible object is
String
-
setExtensionReasonCode
public void setExtensionReasonCode(String value)
Sets the value of the extensionReasonCode property.- Parameters:
value- allowed object isString- See Also:
getExtensionReasonCode()
-
getExtensionReason
public String getExtensionReason()
A description of the reason for the Extension.- Returns:
- possible object is
String
-
setExtensionReason
public void setExtensionReason(String value)
Sets the value of the extensionReason property.- Parameters:
value- allowed object isString- See Also:
getExtensionReason()
-
getAny
public Object getAny()
Gets the value of the any property.
-
-