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

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

public static class PushResponseType.Error.FailedDN
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">
       <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>
 


Constructor Summary
PushResponseType.Error.FailedDN()
           
 
Method Summary
 String getDN()
          Gets the value of the dn property.
 String getInfo()
          Gets the value of the info property.
 void setDN(String value)
          Sets the value of the dn 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.FailedDN

public PushResponseType.Error.FailedDN()
Method Detail

getDN

public String getDN()
Gets the value of the dn property.

Returns:
possible object is String

setDN

public void setDN(String value)
Sets the value of the dn property.

Parameters:
value - allowed object is String

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


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