|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.s_ramp.xmlns._2010.s_ramp.BaseArtifactType
org.s_ramp.xmlns._2010.s_ramp.DocumentArtifactType
org.s_ramp.xmlns._2010.s_ramp.XmlDocument
org.s_ramp.xmlns._2010.s_ramp.WsdlDocument
public class WsdlDocument
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://s-ramp.org/xmlns/2010/s-ramp}XmlDocument">
<sequence>
<element name="importedXsds" type="{http://s-ramp.org/xmlns/2010/s-ramp}xsdDocumentTarget" maxOccurs="unbounded" minOccurs="0"/>
<element name="includedXsds" type="{http://s-ramp.org/xmlns/2010/s-ramp}xsdDocumentTarget" maxOccurs="unbounded" minOccurs="0"/>
<element name="redefinedXsds" type="{http://s-ramp.org/xmlns/2010/s-ramp}xsdDocumentTarget" maxOccurs="unbounded" minOccurs="0"/>
<element name="importedWsdls" type="{http://s-ramp.org/xmlns/2010/s-ramp}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>
| Field Summary | |
|---|---|
protected List<WsdlDocumentTarget> |
importedWsdls
|
protected List<XsdDocumentTarget> |
importedXsds
|
protected List<XsdDocumentTarget> |
includedXsds
|
protected List<XsdDocumentTarget> |
redefinedXsds
|
protected String |
targetNamespace
|
protected String |
xsdTargetNamespaces
|
| Fields inherited from class org.s_ramp.xmlns._2010.s_ramp.XmlDocument |
|---|
contentEncoding |
| Fields inherited from class org.s_ramp.xmlns._2010.s_ramp.DocumentArtifactType |
|---|
contentSize, contentType |
| Fields inherited from class org.s_ramp.xmlns._2010.s_ramp.BaseArtifactType |
|---|
artifactType, classifiedBy, createdBy, createdTimestamp, description, lastModifiedBy, lastModifiedTimestamp, name, property, relationship, uuid, version |
| Constructor Summary | |
|---|---|
WsdlDocument()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.s_ramp.xmlns._2010.s_ramp.XmlDocument |
|---|
getContentEncoding, setContentEncoding |
| Methods inherited from class org.s_ramp.xmlns._2010.s_ramp.DocumentArtifactType |
|---|
getContentSize, getContentType, setContentSize, setContentType |
| Methods inherited from class org.s_ramp.xmlns._2010.s_ramp.BaseArtifactType |
|---|
getArtifactType, getClassifiedBy, getCreatedBy, getCreatedTimestamp, getDescription, getLastModifiedBy, getLastModifiedTimestamp, getName, getOtherAttributes, getProperty, getRelationship, getUuid, getVersion, setArtifactType, setCreatedBy, setCreatedTimestamp, setDescription, setLastModifiedBy, setLastModifiedTimestamp, setName, setUuid, setVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<XsdDocumentTarget> importedXsds
protected List<XsdDocumentTarget> includedXsds
protected List<XsdDocumentTarget> redefinedXsds
protected List<WsdlDocumentTarget> importedWsdls
protected String targetNamespace
protected String xsdTargetNamespaces
| Constructor Detail |
|---|
public WsdlDocument()
| Method Detail |
|---|
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()
Stringpublic void setXsdTargetNamespaces(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||