at.gv.zustellung.zkopf.xsd.zkopf
Class PushResponseType.Error

java.lang.Object
  extended by at.gv.zustellung.zkopf.xsd.zkopf.PushResponseType.Error
Enclosing class:
PushResponseType

public static class PushResponseType.Error
extends Object

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

PushResponseType.Error

public PushResponseType.Error()
Method Detail

getCode

public BigInteger getCode()
Gets the value of the code property.

Returns:
possible object is BigInteger

setCode

public void setCode(BigInteger value)
Sets the value of the code property.

Parameters:
value - allowed object is BigInteger

getInfo

public String getInfo()
Gets the value of the info property.

Returns:
possible object is String

setInfo

public void setInfo(String value)
Sets the value of the info property.

Parameters:
value - allowed object is String

getFailedDN

public List<PushResponseType.Error.FailedDN> getFailedDN()
Gets the value of the failedDN 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 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



Copyright 2010 E-Government Innovation Center (EGIZ). All Rights Reserved.