net.oasis.wsn.bf2
Class BaseFaultType

java.lang.Object
  extended by net.oasis.wsn.bf2.BaseFaultType
All Implemented Interfaces:
java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString
Direct Known Subclasses:
InvalidFilterFaultType, InvalidMessageContentExpressionFaultType, InvalidProducerPropertiesExpressionFaultType, InvalidTopicExpressionFaultType, MultipleTopicsSpecifiedFaultType, NoCurrentMessageOnTopicFaultType, NotifyMessageNotSupportedFaultType, PauseFailedFaultType, PublisherRegistrationFailedFaultType, PublisherRegistrationRejectedFaultType, ResourceNotDestroyedFaultType, ResumeFailedFaultType, SubscribeCreationFailedFaultType, TopicExpressionDialectUnknownFaultType, TopicNotSupportedFaultType, UnableToCreatePullPointFaultType, UnableToDestroyPullPointFaultType, UnableToDestroySubscriptionFaultType, UnableToGetMessagesFaultType, UnacceptableInitialTerminationTimeFaultType, UnacceptableTerminationTimeFaultType, UnrecognizedPolicyRequestFaultType, UnsupportedPolicyRequestFaultType

public class BaseFaultType
extends java.lang.Object
implements java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.MergeFrom, org.jvnet.jaxb2_commons.lang.ToString

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

any

protected java.util.List<java.lang.Object> any

timestamp

protected javax.xml.datatype.XMLGregorianCalendar timestamp

originator

protected EndpointReferenceType originator

errorCode

protected BaseFaultType.ErrorCode errorCode

description

protected java.util.List<BaseFaultType.Description> description

faultCause

protected BaseFaultType.FaultCause faultCause
Constructor Detail

BaseFaultType

public BaseFaultType()
Method Detail

getAny

public java.util.List<java.lang.Object> getAny()
Gets the value of the any 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 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


isSetAny

public boolean isSetAny()

unsetAny

public void unsetAny()

getTimestamp

public javax.xml.datatype.XMLGregorianCalendar getTimestamp()
Ruft den Wert der timestamp-Eigenschaft ab.

Returns:
possible object is XMLGregorianCalendar

setTimestamp

public void setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
Legt den Wert der timestamp-Eigenschaft fest.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetTimestamp

public boolean isSetTimestamp()

getOriginator

public EndpointReferenceType getOriginator()
Ruft den Wert der originator-Eigenschaft ab.

Returns:
possible object is EndpointReferenceType

setOriginator

public void setOriginator(EndpointReferenceType value)
Legt den Wert der originator-Eigenschaft fest.

Parameters:
value - allowed object is EndpointReferenceType

isSetOriginator

public boolean isSetOriginator()

getErrorCode

public BaseFaultType.ErrorCode getErrorCode()
Ruft den Wert der errorCode-Eigenschaft ab.

Returns:
possible object is BaseFaultType.ErrorCode

setErrorCode

public void setErrorCode(BaseFaultType.ErrorCode value)
Legt den Wert der errorCode-Eigenschaft fest.

Parameters:
value - allowed object is BaseFaultType.ErrorCode

isSetErrorCode

public boolean isSetErrorCode()

getDescription

public java.util.List<BaseFaultType.Description> getDescription()
Gets the value of the description 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 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


isSetDescription

public boolean isSetDescription()

unsetDescription

public void unsetDescription()

getFaultCause

public BaseFaultType.FaultCause getFaultCause()
Ruft den Wert der faultCause-Eigenschaft ab.

Returns:
possible object is BaseFaultType.FaultCause

setFaultCause

public void setFaultCause(BaseFaultType.FaultCause value)
Legt den Wert der faultCause-Eigenschaft fest.

Parameters:
value - allowed object is BaseFaultType.FaultCause

isSetFaultCause

public boolean isSetFaultCause()

getOtherAttributes

public 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.

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.

Returns:
always non-null

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

append

public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                      java.lang.StringBuilder buffer,
                                      org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                            java.lang.StringBuilder buffer,
                                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

copyTo

public java.lang.Object copyTo(java.lang.Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo

copyTo

public java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                               java.lang.Object target,
                               org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo

createNewInstance

public java.lang.Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom

mergeFrom

public void mergeFrom(java.lang.Object left,
                      java.lang.Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom

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)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom

setAny

public void setAny(java.util.List<java.lang.Object> value)

setDescription

public void setDescription(java.util.List<BaseFaultType.Description> value)


Copyright © 2008-2013 Highsource. All Rights Reserved.