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 StringextensionAgencyIDprotected StringextensionAgencyNameprotected StringextensionAgencyURIprotected StringextensionIDprotected StringextensionNameprotected StringextensionReasonprotected StringextensionReasonCodeprotected StringextensionURIprotected StringextensionVersionID
-
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()Gets the value of the extensionAgencyID property.StringgetExtensionAgencyName()Gets the value of the extensionAgencyName property.StringgetExtensionAgencyURI()Gets the value of the extensionAgencyURI property.StringgetExtensionID()Gets the value of the extensionID property.StringgetExtensionName()Gets the value of the extensionName property.StringgetExtensionReason()Gets the value of the extensionReason property.StringgetExtensionReasonCode()Gets the value of the extensionReasonCode property.StringgetExtensionURI()Gets the value of the extensionURI property.StringgetExtensionVersionID()Gets the value of the extensionVersionID property.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
-
extensionName
protected String extensionName
-
extensionAgencyID
protected String extensionAgencyID
-
extensionAgencyName
protected String extensionAgencyName
-
extensionAgencyURI
protected String extensionAgencyURI
-
extensionVersionID
protected String extensionVersionID
-
extensionURI
protected String extensionURI
-
extensionReasonCode
protected String extensionReasonCode
-
extensionReason
protected String extensionReason
-
any
protected Object any
-
-
Method Detail
-
getExtensionID
public String getExtensionID()
Gets the value of the extensionID property.- Returns:
- possible object is
String
-
setExtensionID
public void setExtensionID(String value)
Sets the value of the extensionID property.- Parameters:
value- allowed object isString
-
getExtensionName
public String getExtensionName()
Gets the value of the extensionName property.- Returns:
- possible object is
String
-
setExtensionName
public void setExtensionName(String value)
Sets the value of the extensionName property.- Parameters:
value- allowed object isString
-
getExtensionAgencyID
public String getExtensionAgencyID()
Gets the value of the extensionAgencyID property.- Returns:
- possible object is
String
-
setExtensionAgencyID
public void setExtensionAgencyID(String value)
Sets the value of the extensionAgencyID property.- Parameters:
value- allowed object isString
-
getExtensionAgencyName
public String getExtensionAgencyName()
Gets the value of the extensionAgencyName property.- Returns:
- possible object is
String
-
setExtensionAgencyName
public void setExtensionAgencyName(String value)
Sets the value of the extensionAgencyName property.- Parameters:
value- allowed object isString
-
getExtensionAgencyURI
public String getExtensionAgencyURI()
Gets the value of the extensionAgencyURI property.- Returns:
- possible object is
String
-
setExtensionAgencyURI
public void setExtensionAgencyURI(String value)
Sets the value of the extensionAgencyURI property.- Parameters:
value- allowed object isString
-
getExtensionVersionID
public String getExtensionVersionID()
Gets the value of the extensionVersionID property.- Returns:
- possible object is
String
-
setExtensionVersionID
public void setExtensionVersionID(String value)
Sets the value of the extensionVersionID property.- Parameters:
value- allowed object isString
-
getExtensionURI
public String getExtensionURI()
Gets the value of the extensionURI property.- Returns:
- possible object is
String
-
setExtensionURI
public void setExtensionURI(String value)
Sets the value of the extensionURI property.- Parameters:
value- allowed object isString
-
getExtensionReasonCode
public String getExtensionReasonCode()
Gets the value of the extensionReasonCode property.- Returns:
- possible object is
String
-
setExtensionReasonCode
public void setExtensionReasonCode(String value)
Sets the value of the extensionReasonCode property.- Parameters:
value- allowed object isString
-
getExtensionReason
public String getExtensionReason()
Gets the value of the extensionReason property.- Returns:
- possible object is
String
-
setExtensionReason
public void setExtensionReason(String value)
Sets the value of the extensionReason property.- Parameters:
value- allowed object isString
-
getAny
public Object getAny()
Gets the value of the any property.
-
-