|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.oasis.wsn.bf2.BaseFaultType
public class BaseFaultType
Java-Klasse für BaseFaultType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="BaseFaultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
<element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Originator" type="{http://www.w3.org/2005/08/addressing}EndpointReferenceType" minOccurs="0"/>
<element name="ErrorCode" minOccurs="0">
<complexType>
<complexContent>
<extension base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="dialect" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<anyAttribute processContents='skip'/>
</extension>
</complexContent>
</complexType>
</element>
<element name="Description" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="FaultCause" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax' namespace='##other'/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
BaseFaultType.Description
Java-Klasse für anonymous complex type. |
static class |
BaseFaultType.ErrorCode
Java-Klasse für anonymous complex type. |
static class |
BaseFaultType.FaultCause
Java-Klasse für anonymous complex type. |
| Field Summary | |
|---|---|
protected java.util.List<java.lang.Object> |
any
|
protected java.util.List<BaseFaultType.Description> |
description
|
protected BaseFaultType.ErrorCode |
errorCode
|
protected BaseFaultType.FaultCause |
faultCause
|
protected EndpointReferenceType |
originator
|
protected javax.xml.datatype.XMLGregorianCalendar |
timestamp
|
| Constructor Summary | |
|---|---|
BaseFaultType()
|
|
| Method Summary | |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
java.lang.Object |
clone()
|
java.lang.Object |
copyTo(java.lang.Object target)
|
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
|
java.lang.Object |
createNewInstance()
|
boolean |
equals(java.lang.Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property. |
java.util.List<BaseFaultType.Description> |
getDescription()
Gets the value of the description property. |
BaseFaultType.ErrorCode |
getErrorCode()
Ruft den Wert der errorCode-Eigenschaft ab. |
BaseFaultType.FaultCause |
getFaultCause()
Ruft den Wert der faultCause-Eigenschaft ab. |
EndpointReferenceType |
getOriginator()
Ruft den Wert der originator-Eigenschaft ab. |
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
javax.xml.datatype.XMLGregorianCalendar |
getTimestamp()
Ruft den Wert der timestamp-Eigenschaft ab. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isSetAny()
|
boolean |
isSetDescription()
|
boolean |
isSetErrorCode()
|
boolean |
isSetFaultCause()
|
boolean |
isSetOriginator()
|
boolean |
isSetTimestamp()
|
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
|
void |
mergeFrom(java.lang.Object left,
java.lang.Object right)
|
void |
setAny(java.util.List<java.lang.Object> value)
|
void |
setDescription(java.util.List<BaseFaultType.Description> value)
|
void |
setErrorCode(BaseFaultType.ErrorCode value)
Legt den Wert der errorCode-Eigenschaft fest. |
void |
setFaultCause(BaseFaultType.FaultCause value)
Legt den Wert der faultCause-Eigenschaft fest. |
void |
setOriginator(EndpointReferenceType value)
Legt den Wert der originator-Eigenschaft fest. |
void |
setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
Legt den Wert der timestamp-Eigenschaft fest. |
java.lang.String |
toString()
|
void |
unsetAny()
|
void |
unsetDescription()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<java.lang.Object> any
protected javax.xml.datatype.XMLGregorianCalendar timestamp
protected EndpointReferenceType originator
protected BaseFaultType.ErrorCode errorCode
protected java.util.List<BaseFaultType.Description> description
protected BaseFaultType.FaultCause faultCause
| Constructor Detail |
|---|
public BaseFaultType()
| Method Detail |
|---|
public java.util.List<java.lang.Object> getAny()
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 any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
Element
public boolean isSetAny()
public void unsetAny()
public javax.xml.datatype.XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetTimestamp()
public EndpointReferenceType getOriginator()
EndpointReferenceTypepublic void setOriginator(EndpointReferenceType value)
value - allowed object is
EndpointReferenceTypepublic boolean isSetOriginator()
public BaseFaultType.ErrorCode getErrorCode()
BaseFaultType.ErrorCodepublic void setErrorCode(BaseFaultType.ErrorCode value)
value - allowed object is
BaseFaultType.ErrorCodepublic boolean isSetErrorCode()
public java.util.List<BaseFaultType.Description> getDescription()
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
BaseFaultType.Description
public boolean isSetDescription()
public void unsetDescription()
public BaseFaultType.FaultCause getFaultCause()
BaseFaultType.FaultCausepublic void setFaultCause(BaseFaultType.FaultCause value)
value - allowed object is
BaseFaultType.FaultCausepublic boolean isSetFaultCause()
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public java.lang.String toString()
toString in class java.lang.Object
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo
public java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrompublic void setAny(java.util.List<java.lang.Object> value)
public void setDescription(java.util.List<BaseFaultType.Description> value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||