org.s_ramp.xmlns._2010.s_ramp
Class XsdDocument

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.XsdDocument
All Implemented Interfaces:
Serializable

public class XsdDocument
extends XmlDocument
implements Serializable

Java class for XsdDocument complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XsdDocument">
   <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"/>
       </sequence>
       <attribute name="targetNamespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <anyAttribute/>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<XsdDocumentTarget> importedXsds
           
protected  List<XsdDocumentTarget> includedXsds
           
protected  List<XsdDocumentTarget> redefinedXsds
           
protected  String targetNamespace
           
 
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
XsdDocument()
           
 
Method Summary
 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.
 void setTargetNamespace(String value)
          Sets the value of the targetNamespace 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

targetNamespace

protected String targetNamespace
Constructor Detail

XsdDocument

public XsdDocument()
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


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


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