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>
| Modifier and Type | Field and Description |
|---|---|
protected CharacterSetCodeType |
characterSetCode |
protected List<DescriptionType> |
description |
protected DocumentHashType |
documentHash |
protected EncodingCodeType |
encodingCode |
protected ExpiryDateType |
expiryDate |
protected ExpiryTimeType |
expiryTime |
protected FileNameType |
fileName |
protected FormatCodeType |
formatCode |
protected HashAlgorithmMethodType |
hashAlgorithmMethod |
protected MimeCodeType |
mimeCode |
protected URIType |
uri |
| Constructor and Description |
|---|
ExternalReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
CharacterSetCodeType |
getCharacterSetCode()
Gets the value of the characterSetCode property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
DocumentHashType |
getDocumentHash()
Gets the value of the documentHash property.
|
EncodingCodeType |
getEncodingCode()
Gets the value of the encodingCode property.
|
ExpiryDateType |
getExpiryDate()
Gets the value of the expiryDate property.
|
ExpiryTimeType |
getExpiryTime()
Gets the value of the expiryTime property.
|
FileNameType |
getFileName()
Gets the value of the fileName property.
|
FormatCodeType |
getFormatCode()
Gets the value of the formatCode property.
|
HashAlgorithmMethodType |
getHashAlgorithmMethod()
Gets the value of the hashAlgorithmMethod property.
|
MimeCodeType |
getMimeCode()
Gets the value of the mimeCode property.
|
URIType |
getURI()
Gets the value of the uri property.
|
void |
setCharacterSetCode(CharacterSetCodeType value)
Sets the value of the characterSetCode property.
|
void |
setDocumentHash(DocumentHashType value)
Sets the value of the documentHash property.
|
void |
setEncodingCode(EncodingCodeType value)
Sets the value of the encodingCode property.
|
void |
setExpiryDate(ExpiryDateType value)
Sets the value of the expiryDate property.
|
void |
setExpiryTime(ExpiryTimeType value)
Sets the value of the expiryTime property.
|
void |
setFileName(FileNameType value)
Sets the value of the fileName property.
|
void |
setFormatCode(FormatCodeType value)
Sets the value of the formatCode property.
|
void |
setHashAlgorithmMethod(HashAlgorithmMethodType value)
Sets the value of the hashAlgorithmMethod property.
|
void |
setMimeCode(MimeCodeType value)
Sets the value of the mimeCode property.
|
void |
setURI(URIType value)
Sets the value of the uri property.
|
protected URIType uri
protected DocumentHashType documentHash
protected HashAlgorithmMethodType hashAlgorithmMethod
protected ExpiryDateType expiryDate
protected ExpiryTimeType expiryTime
protected MimeCodeType mimeCode
protected FormatCodeType formatCode
protected EncodingCodeType encodingCode
protected CharacterSetCodeType characterSetCode
protected FileNameType fileName
protected List<DescriptionType> description
public URIType getURI()
URITypepublic void setURI(URIType value)
value - allowed object is
URITypepublic DocumentHashType getDocumentHash()
DocumentHashTypepublic void setDocumentHash(DocumentHashType value)
value - allowed object is
DocumentHashTypepublic HashAlgorithmMethodType getHashAlgorithmMethod()
HashAlgorithmMethodTypepublic void setHashAlgorithmMethod(HashAlgorithmMethodType value)
value - allowed object is
HashAlgorithmMethodTypepublic ExpiryDateType getExpiryDate()
ExpiryDateTypepublic void setExpiryDate(ExpiryDateType value)
value - allowed object is
ExpiryDateTypepublic ExpiryTimeType getExpiryTime()
ExpiryTimeTypepublic void setExpiryTime(ExpiryTimeType value)
value - allowed object is
ExpiryTimeTypepublic MimeCodeType getMimeCode()
MimeCodeTypepublic void setMimeCode(MimeCodeType value)
value - allowed object is
MimeCodeTypepublic FormatCodeType getFormatCode()
FormatCodeTypepublic void setFormatCode(FormatCodeType value)
value - allowed object is
FormatCodeTypepublic EncodingCodeType getEncodingCode()
EncodingCodeTypepublic void setEncodingCode(EncodingCodeType value)
value - allowed object is
EncodingCodeTypepublic CharacterSetCodeType getCharacterSetCode()
CharacterSetCodeTypepublic void setCharacterSetCode(CharacterSetCodeType value)
value - allowed object is
CharacterSetCodeTypepublic FileNameType getFileName()
FileNameTypepublic void setFileName(FileNameType value)
value - allowed object is
FileNameTypepublic List<DescriptionType> getDescription()
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 set method 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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.