public class WsdlDocument extends XmlDocument implements Serializable
Java class for WsdlDocument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WsdlDocument">
<complexContent>
<extension base="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}XmlDocument">
<sequence>
<element name="importedXsds" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}xsdDocumentTarget" maxOccurs="unbounded" minOccurs="0"/>
<element name="includedXsds" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}xsdDocumentTarget" maxOccurs="unbounded" minOccurs="0"/>
<element name="redefinedXsds" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}xsdDocumentTarget" maxOccurs="unbounded" minOccurs="0"/>
<element name="importedWsdls" type="{http://docs.oasis-open.org/s-ramp/ns/s-ramp-v1.0}wsdlDocumentTarget" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="targetNamespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="xsdTargetNamespaces" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<anyAttribute/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<WsdlDocumentTarget> |
importedWsdls |
protected List<XsdDocumentTarget> |
importedXsds |
protected List<XsdDocumentTarget> |
includedXsds |
protected List<XsdDocumentTarget> |
redefinedXsds |
protected String |
targetNamespace |
protected String |
xsdTargetNamespaces |
contentEncodingcontentHash, contentSize, contentTypeartifactType, classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version| Constructor and Description |
|---|
WsdlDocument() |
| Modifier and Type | Method and Description |
|---|---|
List<WsdlDocumentTarget> |
getImportedWsdls()
Gets the value of the importedWsdls property.
|
List<XsdDocumentTarget> |
getImportedXsds()
Gets the value of the importedXsds property.
|
List<XsdDocumentTarget> |
getIncludedXsds()
Gets the value of the includedXsds property.
|
List<XsdDocumentTarget> |
getRedefinedXsds()
Gets the value of the redefinedXsds property.
|
String |
getTargetNamespace()
Gets the value of the targetNamespace property.
|
String |
getXsdTargetNamespaces()
Gets the value of the xsdTargetNamespaces property.
|
void |
setTargetNamespace(String value)
Sets the value of the targetNamespace property.
|
void |
setXsdTargetNamespaces(String value)
Sets the value of the xsdTargetNamespaces property.
|
getContentEncoding, setContentEncodinggetContentHash, getContentSize, getContentType, setContentHash, setContentSize, setContentTypegetArtifactType, getClassifiedBy, getCreatedBy, getCreatedTimestamp, getDescription, getLastModifiedBy, getLastModifiedTimestamp, getName, getOtherAttributes, getProperty, getRelationship, getUuid, getVersion, setArtifactType, setCreatedBy, setCreatedTimestamp, setDescription, setLastModifiedBy, setLastModifiedTimestamp, setName, setUuid, setVersionprotected List<XsdDocumentTarget> importedXsds
protected List<XsdDocumentTarget> includedXsds
protected List<XsdDocumentTarget> redefinedXsds
protected List<WsdlDocumentTarget> importedWsdls
protected String targetNamespace
protected String xsdTargetNamespaces
public List<XsdDocumentTarget> getImportedXsds()
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 importedXsds property.
For example, to add a new item, do as follows:
getImportedXsds().add(newItem);
Objects of the following type(s) are allowed in the list
XsdDocumentTarget
public List<XsdDocumentTarget> getIncludedXsds()
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 includedXsds property.
For example, to add a new item, do as follows:
getIncludedXsds().add(newItem);
Objects of the following type(s) are allowed in the list
XsdDocumentTarget
public List<XsdDocumentTarget> getRedefinedXsds()
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 redefinedXsds property.
For example, to add a new item, do as follows:
getRedefinedXsds().add(newItem);
Objects of the following type(s) are allowed in the list
XsdDocumentTarget
public List<WsdlDocumentTarget> getImportedWsdls()
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 importedWsdls property.
For example, to add a new item, do as follows:
getImportedWsdls().add(newItem);
Objects of the following type(s) are allowed in the list
WsdlDocumentTarget
public String getTargetNamespace()
Stringpublic void setTargetNamespace(String value)
value - allowed object is
Stringpublic String getXsdTargetNamespaces()
StringCopyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.