org.eclipse.stardust.engine.api.ws
Class DocumentTypeXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.DocumentTypeXto

public class DocumentTypeXto
extends Object

The document type describes the structure of the documents meta data. It consists of a documentTypeId and a schemaLocation used to retrieve the schema from the repository.

Java class for DocumentType complex type.

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

 <complexType name="DocumentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="documentTypeId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="schemaLocation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
DocumentTypeXto()
           
 
Method Summary
 String getDocumentTypeId()
          Gets the value of the documentTypeId property.
 String getSchemaLocation()
          Gets the value of the schemaLocation property.
 void setDocumentTypeId(String value)
          Sets the value of the documentTypeId property.
 void setSchemaLocation(String value)
          Sets the value of the schemaLocation property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentTypeXto

public DocumentTypeXto()
Method Detail

getDocumentTypeId

public String getDocumentTypeId()
Gets the value of the documentTypeId property.

Returns:
possible object is String

setDocumentTypeId

public void setDocumentTypeId(String value)
Sets the value of the documentTypeId property.

Parameters:
value - allowed object is String

getSchemaLocation

public String getSchemaLocation()
Gets the value of the schemaLocation property.

Returns:
possible object is String

setSchemaLocation

public void setSchemaLocation(String value)
Sets the value of the schemaLocation property.

Parameters:
value - allowed object is String


Copyright © 2017 Eclipse Stardust. All Rights Reserved.