Class UBLExtensionType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.ecdt.UBLExtensionType
-
public class UBLExtensionType extends Object
A single extension for private use.Java class for UBLExtensionType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="UBLExtensionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Name" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2}ExtensionAgencyID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2}ExtensionAgencyName" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2}ExtensionVersionID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2}ExtensionAgencyURI" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2}ExtensionURI" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2}ExtensionReasonCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2}ExtensionReason" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2}ExtensionContent"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionAgencyIDTypeextensionAgencyIDAn agency that maintains one or more Extensions.protected ExtensionAgencyNameTypeextensionAgencyNameThe name of the agency that maintains the Extension.protected ExtensionAgencyURITypeextensionAgencyURIA URI for the Agency that maintains the Extension.protected ExtensionContentTypeextensionContentThe definition of the extension content.protected ExtensionReasonTypeextensionReasonA description of the reason for the Extension.protected ExtensionReasonCodeTypeextensionReasonCodeA code for reason the Extension is being included.protected ExtensionURITypeextensionURIA URI for the Extension.protected ExtensionVersionIDTypeextensionVersionIDThe version of the Extension.protected IDTypeidAn identifier for the Extension assigned by the creator of the extension.protected NameTypenameA name for the Extension assigned by the creator of the extension.
-
Constructor Summary
Constructors Constructor Description UBLExtensionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionAgencyIDTypegetExtensionAgencyID()An agency that maintains one or more Extensions.ExtensionAgencyNameTypegetExtensionAgencyName()The name of the agency that maintains the Extension.ExtensionAgencyURITypegetExtensionAgencyURI()A URI for the Agency that maintains the Extension.ExtensionContentTypegetExtensionContent()The definition of the extension content.ExtensionReasonTypegetExtensionReason()A description of the reason for the Extension.ExtensionReasonCodeTypegetExtensionReasonCode()A code for reason the Extension is being included.ExtensionURITypegetExtensionURI()A URI for the Extension.ExtensionVersionIDTypegetExtensionVersionID()The version of the Extension.IDTypegetID()An identifier for the Extension assigned by the creator of the extension.NameTypegetName()A name for the Extension assigned by the creator of the extension.voidsetExtensionAgencyID(ExtensionAgencyIDType value)Sets the value of the extensionAgencyID property.voidsetExtensionAgencyName(ExtensionAgencyNameType value)Sets the value of the extensionAgencyName property.voidsetExtensionAgencyURI(ExtensionAgencyURIType value)Sets the value of the extensionAgencyURI property.voidsetExtensionContent(ExtensionContentType value)Sets the value of the extensionContent property.voidsetExtensionReason(ExtensionReasonType value)Sets the value of the extensionReason property.voidsetExtensionReasonCode(ExtensionReasonCodeType value)Sets the value of the extensionReasonCode property.voidsetExtensionURI(ExtensionURIType value)Sets the value of the extensionURI property.voidsetExtensionVersionID(ExtensionVersionIDType value)Sets the value of the extensionVersionID property.voidsetID(IDType value)Sets the value of the id property.voidsetName(NameType value)Sets the value of the name property.
-
-
-
Field Detail
-
id
protected IDType id
An identifier for the Extension assigned by the creator of the extension.
-
name
protected NameType name
A name for the Extension assigned by the creator of the extension.
-
extensionAgencyID
protected ExtensionAgencyIDType extensionAgencyID
An agency that maintains one or more Extensions.
-
extensionAgencyName
protected ExtensionAgencyNameType extensionAgencyName
The name of the agency that maintains the Extension.
-
extensionVersionID
protected ExtensionVersionIDType extensionVersionID
The version of the Extension.
-
extensionAgencyURI
protected ExtensionAgencyURIType extensionAgencyURI
A URI for the Agency that maintains the Extension.
-
extensionURI
protected ExtensionURIType extensionURI
A URI for the Extension.
-
extensionReasonCode
protected ExtensionReasonCodeType extensionReasonCode
A code for reason the Extension is being included.
-
extensionReason
protected ExtensionReasonType extensionReason
A description of the reason for the Extension.
-
extensionContent
protected ExtensionContentType extensionContent
The definition of the extension content.
-
-
Method Detail
-
getID
public IDType getID()
An identifier for the Extension assigned by the creator of the extension.- Returns:
- possible object is
IDType
-
setID
public void setID(IDType value)
Sets the value of the id property.
-
getName
public NameType getName()
A name for the Extension assigned by the creator of the extension.- Returns:
- possible object is
NameType
-
setName
public void setName(NameType value)
Sets the value of the name property.
-
getExtensionAgencyID
public ExtensionAgencyIDType getExtensionAgencyID()
An agency that maintains one or more Extensions.- Returns:
- possible object is
ExtensionAgencyIDType
-
setExtensionAgencyID
public void setExtensionAgencyID(ExtensionAgencyIDType value)
Sets the value of the extensionAgencyID property.- Parameters:
value- allowed object isExtensionAgencyIDType- See Also:
getExtensionAgencyID()
-
getExtensionAgencyName
public ExtensionAgencyNameType getExtensionAgencyName()
The name of the agency that maintains the Extension.- Returns:
- possible object is
ExtensionAgencyNameType
-
setExtensionAgencyName
public void setExtensionAgencyName(ExtensionAgencyNameType value)
Sets the value of the extensionAgencyName property.- Parameters:
value- allowed object isExtensionAgencyNameType- See Also:
getExtensionAgencyName()
-
getExtensionVersionID
public ExtensionVersionIDType getExtensionVersionID()
The version of the Extension.- Returns:
- possible object is
ExtensionVersionIDType
-
setExtensionVersionID
public void setExtensionVersionID(ExtensionVersionIDType value)
Sets the value of the extensionVersionID property.- Parameters:
value- allowed object isExtensionVersionIDType- See Also:
getExtensionVersionID()
-
getExtensionAgencyURI
public ExtensionAgencyURIType getExtensionAgencyURI()
A URI for the Agency that maintains the Extension.- Returns:
- possible object is
ExtensionAgencyURIType
-
setExtensionAgencyURI
public void setExtensionAgencyURI(ExtensionAgencyURIType value)
Sets the value of the extensionAgencyURI property.- Parameters:
value- allowed object isExtensionAgencyURIType- See Also:
getExtensionAgencyURI()
-
getExtensionURI
public ExtensionURIType getExtensionURI()
A URI for the Extension.- Returns:
- possible object is
ExtensionURIType
-
setExtensionURI
public void setExtensionURI(ExtensionURIType value)
Sets the value of the extensionURI property.- Parameters:
value- allowed object isExtensionURIType- See Also:
getExtensionURI()
-
getExtensionReasonCode
public ExtensionReasonCodeType getExtensionReasonCode()
A code for reason the Extension is being included.- Returns:
- possible object is
ExtensionReasonCodeType
-
setExtensionReasonCode
public void setExtensionReasonCode(ExtensionReasonCodeType value)
Sets the value of the extensionReasonCode property.- Parameters:
value- allowed object isExtensionReasonCodeType- See Also:
getExtensionReasonCode()
-
getExtensionReason
public ExtensionReasonType getExtensionReason()
A description of the reason for the Extension.- Returns:
- possible object is
ExtensionReasonType
-
setExtensionReason
public void setExtensionReason(ExtensionReasonType value)
Sets the value of the extensionReason property.- Parameters:
value- allowed object isExtensionReasonType- See Also:
getExtensionReason()
-
getExtensionContent
public ExtensionContentType getExtensionContent()
The definition of the extension content.- Returns:
- possible object is
ExtensionContentType
-
setExtensionContent
public void setExtensionContent(ExtensionContentType value)
Sets the value of the extensionContent property.- Parameters:
value- allowed object isExtensionContentType- See Also:
getExtensionContent()
-
-