Class ExternalReferenceType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.ExternalReferenceType
-
public class ExternalReferenceType extends Object
Java class for ExternalReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalReferenceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}URI" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}DocumentHash" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}HashAlgorithmMethod" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ExpiryDate" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ExpiryTime" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}MimeCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}FormatCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EncodingCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CharacterSetCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}FileName" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CharacterSetCodeTypecharacterSetCodeprotected List<DescriptionType>descriptionprotected DocumentHashTypedocumentHashprotected EncodingCodeTypeencodingCodeprotected ExpiryDateTypeexpiryDateprotected ExpiryTimeTypeexpiryTimeprotected FileNameTypefileNameprotected FormatCodeTypeformatCodeprotected HashAlgorithmMethodTypehashAlgorithmMethodprotected MimeCodeTypemimeCodeprotected URITypeuri
-
Constructor Summary
Constructors Constructor Description ExternalReferenceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharacterSetCodeTypegetCharacterSetCode()Gets the value of the characterSetCode property.List<DescriptionType>getDescription()Gets the value of the description property.DocumentHashTypegetDocumentHash()Gets the value of the documentHash property.EncodingCodeTypegetEncodingCode()Gets the value of the encodingCode property.ExpiryDateTypegetExpiryDate()Gets the value of the expiryDate property.ExpiryTimeTypegetExpiryTime()Gets the value of the expiryTime property.FileNameTypegetFileName()Gets the value of the fileName property.FormatCodeTypegetFormatCode()Gets the value of the formatCode property.HashAlgorithmMethodTypegetHashAlgorithmMethod()Gets the value of the hashAlgorithmMethod property.MimeCodeTypegetMimeCode()Gets the value of the mimeCode property.URITypegetURI()Gets the value of the uri property.voidsetCharacterSetCode(CharacterSetCodeType value)Sets the value of the characterSetCode property.voidsetDocumentHash(DocumentHashType value)Sets the value of the documentHash property.voidsetEncodingCode(EncodingCodeType value)Sets the value of the encodingCode property.voidsetExpiryDate(ExpiryDateType value)Sets the value of the expiryDate property.voidsetExpiryTime(ExpiryTimeType value)Sets the value of the expiryTime property.voidsetFileName(FileNameType value)Sets the value of the fileName property.voidsetFormatCode(FormatCodeType value)Sets the value of the formatCode property.voidsetHashAlgorithmMethod(HashAlgorithmMethodType value)Sets the value of the hashAlgorithmMethod property.voidsetMimeCode(MimeCodeType value)Sets the value of the mimeCode property.voidsetURI(URIType value)Sets the value of the uri property.
-
-
-
Field Detail
-
uri
protected URIType uri
-
documentHash
protected DocumentHashType documentHash
-
hashAlgorithmMethod
protected HashAlgorithmMethodType hashAlgorithmMethod
-
expiryDate
protected ExpiryDateType expiryDate
-
expiryTime
protected ExpiryTimeType expiryTime
-
mimeCode
protected MimeCodeType mimeCode
-
formatCode
protected FormatCodeType formatCode
-
encodingCode
protected EncodingCodeType encodingCode
-
characterSetCode
protected CharacterSetCodeType characterSetCode
-
fileName
protected FileNameType fileName
-
description
protected List<DescriptionType> description
-
-
Method Detail
-
getURI
public URIType getURI()
Gets the value of the uri property.- Returns:
- possible object is
URIType
-
setURI
public void setURI(URIType value)
Sets the value of the uri property.- Parameters:
value- allowed object isURIType
-
getDocumentHash
public DocumentHashType getDocumentHash()
Gets the value of the documentHash property.- Returns:
- possible object is
DocumentHashType
-
setDocumentHash
public void setDocumentHash(DocumentHashType value)
Sets the value of the documentHash property.- Parameters:
value- allowed object isDocumentHashType
-
getHashAlgorithmMethod
public HashAlgorithmMethodType getHashAlgorithmMethod()
Gets the value of the hashAlgorithmMethod property.- Returns:
- possible object is
HashAlgorithmMethodType
-
setHashAlgorithmMethod
public void setHashAlgorithmMethod(HashAlgorithmMethodType value)
Sets the value of the hashAlgorithmMethod property.- Parameters:
value- allowed object isHashAlgorithmMethodType
-
getExpiryDate
public ExpiryDateType getExpiryDate()
Gets the value of the expiryDate property.- Returns:
- possible object is
ExpiryDateType
-
setExpiryDate
public void setExpiryDate(ExpiryDateType value)
Sets the value of the expiryDate property.- Parameters:
value- allowed object isExpiryDateType
-
getExpiryTime
public ExpiryTimeType getExpiryTime()
Gets the value of the expiryTime property.- Returns:
- possible object is
ExpiryTimeType
-
setExpiryTime
public void setExpiryTime(ExpiryTimeType value)
Sets the value of the expiryTime property.- Parameters:
value- allowed object isExpiryTimeType
-
getMimeCode
public MimeCodeType getMimeCode()
Gets the value of the mimeCode property.- Returns:
- possible object is
MimeCodeType
-
setMimeCode
public void setMimeCode(MimeCodeType value)
Sets the value of the mimeCode property.- Parameters:
value- allowed object isMimeCodeType
-
getFormatCode
public FormatCodeType getFormatCode()
Gets the value of the formatCode property.- Returns:
- possible object is
FormatCodeType
-
setFormatCode
public void setFormatCode(FormatCodeType value)
Sets the value of the formatCode property.- Parameters:
value- allowed object isFormatCodeType
-
getEncodingCode
public EncodingCodeType getEncodingCode()
Gets the value of the encodingCode property.- Returns:
- possible object is
EncodingCodeType
-
setEncodingCode
public void setEncodingCode(EncodingCodeType value)
Sets the value of the encodingCode property.- Parameters:
value- allowed object isEncodingCodeType
-
getCharacterSetCode
public CharacterSetCodeType getCharacterSetCode()
Gets the value of the characterSetCode property.- Returns:
- possible object is
CharacterSetCodeType
-
setCharacterSetCode
public void setCharacterSetCode(CharacterSetCodeType value)
Sets the value of the characterSetCode property.- Parameters:
value- allowed object isCharacterSetCodeType
-
getFileName
public FileNameType getFileName()
Gets the value of the fileName property.- Returns:
- possible object is
FileNameType
-
setFileName
public void setFileName(FileNameType value)
Sets the value of the fileName property.- Parameters:
value- allowed object isFileNameType
-
getDescription
public List<DescriptionType> getDescription()
Gets the value of the description property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the description property.For example, to add a new item, do as follows:
getDescription().add(newItem);Objects of the following type(s) are allowed in the list
DescriptionType
-
-