Class QualifiedDocumentInformation1
Java class for QualifiedDocumentInformation1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QualifiedDocumentInformation1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Id" type="{http://www.w3.org/2001/XMLSchema}ID"/> <element name="Issr" type="{http://www.w3.org/2001/XMLSchema}IDREF" minOccurs="0"/> <element name="ItmListIdr" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}Max35Text" minOccurs="0"/> <element name="ItmIdr" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}Max35Text" minOccurs="0"/> <element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}ISODate" minOccurs="0"/> <element name="Vrsn" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}Max6Text" minOccurs="0"/> <element name="ElctrncOrgnl" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}YesNoIndicator"/> <element name="Dgst" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}AlgorithmAndDigest1" maxOccurs="2" minOccurs="0"/> <element name="DocTp" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}ExternalDocumentType1Code" minOccurs="0"/> <element name="URL" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}Max2048Text" minOccurs="0"/> <element name="AttchdFile" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}BinaryFile1" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attchdFile property.getDgst()
Gets the value of the dgst property.getDocTp()
Gets the value of the docTp property.getDt()
Gets the value of the dt property.getId()
Gets the value of the id property.getIssr()
Gets the value of the issr property.Gets the value of the itmIdr property.Gets the value of the itmListIdr property.getURL()
Gets the value of the url property.getVrsn()
Gets the value of the vrsn property.boolean
Gets the value of the elctrncOrgnl property.void
Sets the value of the docTp property.void
setDt
(XMLGregorianCalendar value) Sets the value of the dt property.void
setElctrncOrgnl
(boolean value) Sets the value of the elctrncOrgnl property.void
Sets the value of the id property.void
Sets the value of the issr property.void
Sets the value of the itmIdr property.void
setItmListIdr
(String value) Sets the value of the itmListIdr property.void
Sets the value of the url property.void
Sets the value of the vrsn property.
-
Constructor Details
-
QualifiedDocumentInformation1
public QualifiedDocumentInformation1()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getIssr
Gets the value of the issr property.- Returns:
- possible object is
Object
-
setIssr
Sets the value of the issr property.- Parameters:
value
- allowed object isObject
-
getItmListIdr
Gets the value of the itmListIdr property.- Returns:
- possible object is
String
-
setItmListIdr
Sets the value of the itmListIdr property.- Parameters:
value
- allowed object isString
-
getItmIdr
Gets the value of the itmIdr property.- Returns:
- possible object is
String
-
setItmIdr
Sets the value of the itmIdr property.- Parameters:
value
- allowed object isString
-
getDt
Gets the value of the dt property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDt
Sets the value of the dt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getVrsn
Gets the value of the vrsn property.- Returns:
- possible object is
String
-
setVrsn
Sets the value of the vrsn property.- Parameters:
value
- allowed object isString
-
isElctrncOrgnl
public boolean isElctrncOrgnl()Gets the value of the elctrncOrgnl property. -
setElctrncOrgnl
public void setElctrncOrgnl(boolean value) Sets the value of the elctrncOrgnl property. -
getDgst
Gets the value of the dgst 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 Jakarta XML Binding object. This is why there is not a
set
method for the dgst property.For example, to add a new item, do as follows:
getDgst().add(newItem);
Objects of the following type(s) are allowed in the list
AlgorithmAndDigest1
-
getDocTp
Gets the value of the docTp property.- Returns:
- possible object is
String
-
setDocTp
Sets the value of the docTp property.- Parameters:
value
- allowed object isString
-
getURL
Gets the value of the url property.- Returns:
- possible object is
String
-
setURL
Sets the value of the url property.- Parameters:
value
- allowed object isString
-
getAttchdFile
Gets the value of the attchdFile 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 Jakarta XML Binding object. This is why there is not a
set
method for the attchdFile property.For example, to add a new item, do as follows:
getAttchdFile().add(newItem);
Objects of the following type(s) are allowed in the list
BinaryFile1
-