org.w3.ns.wsdl
Class InterfaceType

java.lang.Object
  extended by org.w3.ns.wsdl.DocumentedType
      extended by org.w3.ns.wsdl.ExtensibleDocumentedType
          extended by org.w3.ns.wsdl.InterfaceType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class InterfaceType
extends ExtensibleDocumentedType
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for InterfaceType complex type.

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

 <complexType name="InterfaceType">
   <complexContent>
     <extension base="{http://www.w3.org/ns/wsdl}ExtensibleDocumentedType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element name="operation" type="{http://www.w3.org/ns/wsdl}InterfaceOperationType"/>
         <element name="fault" type="{http://www.w3.org/ns/wsdl}InterfaceFaultType"/>
         <any/>
       </choice>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
       <attribute name="extends">
         <simpleType>
           <list itemType="{http://www.w3.org/2001/XMLSchema}QName" />
         </simpleType>
       </attribute>
       <attribute name="styleDefault">
         <simpleType>
           <list itemType="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </simpleType>
       </attribute>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class InterfaceType.ExtendsItem
           
static class InterfaceType.OperationOrFaultOrAnyItem
           
static class InterfaceType.StyleDefaultItem
           
 
Field Summary
protected  java.util.List<javax.xml.namespace.QName> _extends
           
protected  java.util.List<InterfaceType.ExtendsItem> extendsItems
           
protected  java.lang.String name
           
protected  java.util.List<java.lang.Object> operationOrFaultOrAny
           
protected  java.util.List<InterfaceType.OperationOrFaultOrAnyItem> operationOrFaultOrAnyItems
           
protected  java.util.List<java.lang.String> styleDefault
           
protected  java.util.List<InterfaceType.StyleDefaultItem> styleDefaultItems
           
 
Fields inherited from class org.w3.ns.wsdl.DocumentedType
documentation, hjid
 
Constructor Summary
InterfaceType()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 java.util.List<javax.xml.namespace.QName> getExtends()
          Gets the value of the extends property.
 java.util.List<InterfaceType.ExtendsItem> getExtendsItems()
           
 java.lang.String getName()
          Gets the value of the name property.
 java.util.List<java.lang.Object> getOperationOrFaultOrAny()
          Gets the value of the operationOrFaultOrAny property.
 java.util.List<InterfaceType.OperationOrFaultOrAnyItem> getOperationOrFaultOrAnyItems()
           
 java.util.List<java.lang.String> getStyleDefault()
          Gets the value of the styleDefault property.
 java.util.List<InterfaceType.StyleDefaultItem> getStyleDefaultItems()
           
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setExtends(java.util.List<javax.xml.namespace.QName> _extends)
           
 void setExtendsItems(java.util.List<InterfaceType.ExtendsItem> value)
           
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setOperationOrFaultOrAny(java.util.List<java.lang.Object> operationOrFaultOrAny)
           
 void setOperationOrFaultOrAnyItems(java.util.List<InterfaceType.OperationOrFaultOrAnyItem> value)
           
 void setStyleDefault(java.util.List<java.lang.String> styleDefault)
           
 void setStyleDefaultItems(java.util.List<InterfaceType.StyleDefaultItem> value)
           
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class org.w3.ns.wsdl.ExtensibleDocumentedType
getOtherAttributes
 
Methods inherited from class org.w3.ns.wsdl.DocumentedType
getDocumentation, getHjid, setDocumentation, setHjid
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

operationOrFaultOrAny

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

name

protected java.lang.String name

_extends

protected java.util.List<javax.xml.namespace.QName> _extends

styleDefault

protected java.util.List<java.lang.String> styleDefault

operationOrFaultOrAnyItems

protected java.util.List<InterfaceType.OperationOrFaultOrAnyItem> operationOrFaultOrAnyItems

extendsItems

protected java.util.List<InterfaceType.ExtendsItem> extendsItems

styleDefaultItems

protected java.util.List<InterfaceType.StyleDefaultItem> styleDefaultItems
Constructor Detail

InterfaceType

public InterfaceType()
Method Detail

getOperationOrFaultOrAny

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

For example, to add a new item, do as follows:

    getOperationOrFaultOrAny().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<InterfaceOperationType> Element JAXBElement<InterfaceFaultType> Object


setOperationOrFaultOrAny

public void setOperationOrFaultOrAny(java.util.List<java.lang.Object> operationOrFaultOrAny)

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getExtends

public java.util.List<javax.xml.namespace.QName> getExtends()
Gets the value of the extends 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 extends property.

For example, to add a new item, do as follows:

    getExtends().add(newItem);
 

Objects of the following type(s) are allowed in the list QName


setExtends

public void setExtends(java.util.List<javax.xml.namespace.QName> _extends)

getStyleDefault

public java.util.List<java.lang.String> getStyleDefault()
Gets the value of the styleDefault 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 styleDefault property.

For example, to add a new item, do as follows:

    getStyleDefault().add(newItem);
 

Objects of the following type(s) are allowed in the list String


setStyleDefault

public void setStyleDefault(java.util.List<java.lang.String> styleDefault)

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString
Overrides:
toString in class ExtensibleDocumentedType

toString

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

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class ExtensibleDocumentedType

equals

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

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class ExtensibleDocumentedType

hashCode

public int hashCode()
Overrides:
hashCode in class ExtensibleDocumentedType

getOperationOrFaultOrAnyItems

public java.util.List<InterfaceType.OperationOrFaultOrAnyItem> getOperationOrFaultOrAnyItems()

setOperationOrFaultOrAnyItems

public void setOperationOrFaultOrAnyItems(java.util.List<InterfaceType.OperationOrFaultOrAnyItem> value)

getExtendsItems

public java.util.List<InterfaceType.ExtendsItem> getExtendsItems()

setExtendsItems

public void setExtendsItems(java.util.List<InterfaceType.ExtendsItem> value)

getStyleDefaultItems

public java.util.List<InterfaceType.StyleDefaultItem> getStyleDefaultItems()

setStyleDefaultItems

public void setStyleDefaultItems(java.util.List<InterfaceType.StyleDefaultItem> value)


Copyright © 2008 eBM WebSourcing. All Rights Reserved.