|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zkopf.xsd.zkopf.PushResponseType.Error
public static class PushResponseType.Error
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <sequence> <element name="Code" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/> <element name="Info" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <element name="FailedDN" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DN" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Info" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> </choice> </restriction> </complexContent> </complexType>
Nested Class Summary | |
---|---|
static class |
PushResponseType.Error.FailedDN
Java class for anonymous complex type. |
Constructor Summary | |
---|---|
PushResponseType.Error()
|
Method Summary | |
---|---|
BigInteger |
getCode()
Gets the value of the code property. |
List<PushResponseType.Error.FailedDN> |
getFailedDN()
Gets the value of the failedDN property. |
String |
getInfo()
Gets the value of the info property. |
void |
setCode(BigInteger value)
Sets the value of the code property. |
void |
setInfo(String value)
Sets the value of the info property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PushResponseType.Error()
Method Detail |
---|
public BigInteger getCode()
BigInteger
public void setCode(BigInteger value)
value
- allowed object is
BigInteger
public String getInfo()
String
public void setInfo(String value)
value
- allowed object is
String
public List<PushResponseType.Error.FailedDN> getFailedDN()
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 failedDN property.
For example, to add a new item, do as follows:
getFailedDN().add(newItem);
Objects of the following type(s) are allowed in the list
PushResponseType.Error.FailedDN
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |