org.ow2.easywsdl.extensions.complexwsdl
Class Document

java.lang.Object
  extended by org.ow2.easywsdl.extensions.complexwsdl.Document
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class Document
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

Java class for Document complex type.

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

 <complexType name="Document">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="description" type="{http://www.w3.org/ns/wsdl}DescriptionType"/>
         <element name="definition" type="{http://schemas.xmlsoap.org/wsdl/}tDefinitions"/>
         <element ref="{http://www.w3.org/2001/XMLSchema}schema"/>
       </choice>
       <attribute name="location" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="originalLocation" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  TDefinitions definition
           
protected  DescriptionType description
           
protected  java.lang.String location
           
protected  java.lang.String originalLocation
           
protected  Schema schema
           
 
Constructor Summary
Document()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 TDefinitions getDefinition()
          Gets the value of the definition property.
 DescriptionType getDescription()
          Gets the value of the description property.
 java.lang.String getLocation()
          Gets the value of the location property.
 java.lang.String getOriginalLocation()
          Gets the value of the originalLocation property.
 Schema getSchema()
          Gets the value of the schema property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setDefinition(TDefinitions value)
          Sets the value of the definition property.
 void setDescription(DescriptionType value)
          Sets the value of the description property.
 void setLocation(java.lang.String value)
          Sets the value of the location property.
 void setOriginalLocation(java.lang.String value)
          Sets the value of the originalLocation property.
 void setSchema(Schema value)
          Sets the value of the schema property.
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

description

protected DescriptionType description

definition

protected TDefinitions definition

schema

protected Schema schema

location

protected java.lang.String location

originalLocation

protected java.lang.String originalLocation
Constructor Detail

Document

public Document()
Method Detail

getDescription

public DescriptionType getDescription()
Gets the value of the description property.

Returns:
possible object is DescriptionType

setDescription

public void setDescription(DescriptionType value)
Sets the value of the description property.

Parameters:
value - allowed object is DescriptionType

getDefinition

public TDefinitions getDefinition()
Gets the value of the definition property.

Returns:
possible object is TDefinitions

setDefinition

public void setDefinition(TDefinitions value)
Sets the value of the definition property.

Parameters:
value - allowed object is TDefinitions

getSchema

public Schema getSchema()
Gets the value of the schema property.

Returns:
possible object is Schema

setSchema

public void setSchema(Schema value)
Sets the value of the schema property.

Parameters:
value - allowed object is Schema

getLocation

public java.lang.String getLocation()
Gets the value of the location property.

Returns:
possible object is String

setLocation

public void setLocation(java.lang.String value)
Sets the value of the location property.

Parameters:
value - allowed object is String

getOriginalLocation

public java.lang.String getOriginalLocation()
Gets the value of the originalLocation property.

Returns:
possible object is String

setOriginalLocation

public void setOriginalLocation(java.lang.String value)
Sets the value of the originalLocation property.

Parameters:
value - allowed object is String

toString

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

toString

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

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

equals

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

hashCode

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

hashCode

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


Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.