|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.easywsdl.extensions.complexwsdl.Document
public class Document
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 | |
---|---|
java.lang.Object |
copyTo(java.lang.Object target)
|
java.lang.Object |
copyTo(java.lang.Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
|
java.lang.Object |
createCopy()
|
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 |
---|
protected DescriptionType description
protected TDefinitions definition
protected Schema schema
protected java.lang.String location
protected java.lang.String originalLocation
Constructor Detail |
---|
public Document()
Method Detail |
---|
public DescriptionType getDescription()
DescriptionType
public void setDescription(DescriptionType value)
value
- allowed object is
DescriptionType
public TDefinitions getDefinition()
TDefinitions
public void setDefinition(TDefinitions value)
value
- allowed object is
TDefinitions
public Schema getSchema()
Schema
public void setSchema(Schema value)
value
- allowed object is
Schema
public java.lang.String getLocation()
String
public void setLocation(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOriginalLocation()
String
public void setOriginalLocation(java.lang.String value)
value
- allowed object is
String
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString
in interface org.jvnet.jaxb2_commons.lang.ToString
public java.lang.String toString()
toString
in class java.lang.Object
public void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.Object copyTo(java.lang.Object target, org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public java.lang.Object copyTo(java.lang.Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.Copyable
public java.lang.Object createCopy()
createCopy
in interface org.jvnet.jaxb2_commons.lang.Copyable
createCopy
in interface org.jvnet.jaxb2_commons.lang.CopyTo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |