org.s_ramp.xmlns._2010.s_ramp
Class WsdlDocument

java.lang.Object
  extended by org.s_ramp.xmlns._2010.s_ramp.BaseArtifactType
      extended by org.s_ramp.xmlns._2010.s_ramp.DocumentArtifactType
          extended by org.s_ramp.xmlns._2010.s_ramp.XmlDocument
              extended by org.s_ramp.xmlns._2010.s_ramp.WsdlDocument
All Implemented Interfaces:
Serializable

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://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>
 

See Also:
Serialized Form

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

importedXsds

protected List<XsdDocumentTarget> importedXsds

includedXsds

protected List<XsdDocumentTarget> includedXsds

redefinedXsds

protected List<XsdDocumentTarget> redefinedXsds

importedWsdls

protected List<WsdlDocumentTarget> importedWsdls

targetNamespace

protected String targetNamespace

xsdTargetNamespaces

protected String xsdTargetNamespaces
Constructor Detail

WsdlDocument

public WsdlDocument()
Method Detail

getImportedXsds

public List<XsdDocumentTarget> getImportedXsds()
Gets the value of the importedXsds property.

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


getIncludedXsds

public List<XsdDocumentTarget> getIncludedXsds()
Gets the value of the includedXsds property.

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


getRedefinedXsds

public List<XsdDocumentTarget> getRedefinedXsds()
Gets the value of the redefinedXsds property.

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


getImportedWsdls

public List<WsdlDocumentTarget> getImportedWsdls()
Gets the value of the importedWsdls property.

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


getTargetNamespace

public String getTargetNamespace()
Gets the value of the targetNamespace property.

Returns:
possible object is String

setTargetNamespace

public void setTargetNamespace(String value)
Sets the value of the targetNamespace property.

Parameters:
value - allowed object is String

getXsdTargetNamespaces

public String getXsdTargetNamespaces()
Gets the value of the xsdTargetNamespaces property.

Returns:
possible object is String

setXsdTargetNamespaces

public void setXsdTargetNamespaces(String value)
Sets the value of the xsdTargetNamespaces property.

Parameters:
value - allowed object is String


Copyright © 2011-2012 JBoss, a division of Red Hat. All Rights Reserved.