public class ResponseType extends Object
Java class for ResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ReferenceID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ResponseCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EffectiveDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}EffectiveTime" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Status" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<DescriptionType> |
description |
protected EffectiveDateType |
effectiveDate |
protected EffectiveTimeType |
effectiveTime |
protected ReferenceIDType |
referenceID |
protected ResponseCodeType |
responseCode |
protected List<StatusType> |
status |
| Constructor and Description |
|---|
ResponseType() |
| Modifier and Type | Method and Description |
|---|---|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
EffectiveDateType |
getEffectiveDate()
Gets the value of the effectiveDate property.
|
EffectiveTimeType |
getEffectiveTime()
Gets the value of the effectiveTime property.
|
ReferenceIDType |
getReferenceID()
Gets the value of the referenceID property.
|
ResponseCodeType |
getResponseCode()
Gets the value of the responseCode property.
|
List<StatusType> |
getStatus()
Gets the value of the status property.
|
void |
setEffectiveDate(EffectiveDateType value)
Sets the value of the effectiveDate property.
|
void |
setEffectiveTime(EffectiveTimeType value)
Sets the value of the effectiveTime property.
|
void |
setReferenceID(ReferenceIDType value)
Sets the value of the referenceID property.
|
void |
setResponseCode(ResponseCodeType value)
Sets the value of the responseCode property.
|
protected ReferenceIDType referenceID
protected ResponseCodeType responseCode
protected List<DescriptionType> description
protected EffectiveDateType effectiveDate
protected EffectiveTimeType effectiveTime
protected List<StatusType> status
public ReferenceIDType getReferenceID()
ReferenceIDTypepublic void setReferenceID(ReferenceIDType value)
value - allowed object is
ReferenceIDTypepublic ResponseCodeType getResponseCode()
ResponseCodeTypepublic void setResponseCode(ResponseCodeType value)
value - allowed object is
ResponseCodeTypepublic 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
public EffectiveDateType getEffectiveDate()
EffectiveDateTypepublic void setEffectiveDate(EffectiveDateType value)
value - allowed object is
EffectiveDateTypepublic EffectiveTimeType getEffectiveTime()
EffectiveTimeTypepublic void setEffectiveTime(EffectiveTimeType value)
value - allowed object is
EffectiveTimeTypepublic List<StatusType> getStatus()
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 status property.
For example, to add a new item, do as follows:
getStatus().add(newItem);
Objects of the following type(s) are allowed in the list
StatusType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.