|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.w3.ns.wsdl.DocumentedType
org.w3.ns.wsdl.ExtensibleDocumentedType
org.w3.ns.wsdl.ImportType
public class ImportType
Java class for ImportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImportType">
<complexContent>
<extension base="{http://www.w3.org/ns/wsdl}ExtensibleDocumentedType">
<sequence>
<any/>
</sequence>
<attribute name="namespace" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="location" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ImportType.AnyItem
|
| Field Summary | |
|---|---|
protected java.util.List<java.lang.Object> |
any
|
protected java.util.List<ImportType.AnyItem> |
anyItems
|
protected java.lang.String |
location
|
protected java.lang.String |
namespace
|
| Fields inherited from class org.w3.ns.wsdl.DocumentedType |
|---|
documentation, hjid |
| Constructor Summary | |
|---|---|
ImportType()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
java.util.List<java.lang.Object> |
getAny()
Gets the value of the any property. |
java.util.List<ImportType.AnyItem> |
getAnyItems()
|
java.lang.String |
getLocation()
Gets the value of the location property. |
java.lang.String |
getNamespace()
Gets the value of the namespace property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setAny(java.util.List<java.lang.Object> any)
|
void |
setAnyItems(java.util.List<ImportType.AnyItem> value)
|
void |
setLocation(java.lang.String value)
Sets the value of the location property. |
void |
setNamespace(java.lang.String value)
Sets the value of the namespace property. |
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 |
|---|
protected java.util.List<java.lang.Object> any
protected java.lang.String namespace
protected java.lang.String location
protected java.util.List<ImportType.AnyItem> anyItems
| Constructor Detail |
|---|
public ImportType()
| 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
public void setAny(java.util.List<java.lang.Object> any)
public java.lang.String getNamespace()
Stringpublic void setNamespace(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLocation()
Stringpublic void setLocation(java.lang.String value)
value - allowed object is
Stringpublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringtoString in class ExtensibleDocumentedTypepublic java.lang.String toString()
toString in class ExtensibleDocumentedType
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class ExtensibleDocumentedTypepublic boolean equals(java.lang.Object object)
equals in class ExtensibleDocumentedTypepublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class ExtensibleDocumentedTypepublic int hashCode()
hashCode in class ExtensibleDocumentedTypepublic java.util.List<ImportType.AnyItem> getAnyItems()
public void setAnyItems(java.util.List<ImportType.AnyItem> value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||