|
||||||||||
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
public class PushResponseType
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 |
---|
public PushResponseType()
Method Detail |
---|
public PushResponseType.Success getSuccess()
PushResponseType.Success
public void setSuccess(PushResponseType.Success value)
value
- allowed object is
PushResponseType.Success
public PushResponseType.Error getError()
PushResponseType.Error
public void setError(PushResponseType.Error value)
value
- allowed object is
PushResponseType.Error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |