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

java.lang.Object
  extended by at.gv.zustellung.zkopf.xsd.zkopf.PushResponseType

public class PushResponseType
extends Object

Java class for PushResponseType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PushResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Success">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="Error">
           <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>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class PushResponseType.Error
          Java class for anonymous complex type.
static class PushResponseType.Success
          Java class for anonymous complex type.
 
Constructor Summary
PushResponseType()
           
 
Method Summary
 PushResponseType.Error getError()
          Gets the value of the error property.
 PushResponseType.Success getSuccess()
          Gets the value of the success property.
 void setError(PushResponseType.Error value)
          Sets the value of the error property.
 void setSuccess(PushResponseType.Success value)
          Sets the value of the success property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PushResponseType

public PushResponseType()
Method Detail

getSuccess

public PushResponseType.Success getSuccess()
Gets the value of the success property.

Returns:
possible object is PushResponseType.Success

setSuccess

public void setSuccess(PushResponseType.Success value)
Sets the value of the success property.

Parameters:
value - allowed object is PushResponseType.Success

getError

public PushResponseType.Error getError()
Gets the value of the error property.

Returns:
possible object is PushResponseType.Error

setError

public void setError(PushResponseType.Error value)
Sets the value of the error property.

Parameters:
value - allowed object is PushResponseType.Error


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