|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.DocumentTypeXto
public class DocumentTypeXto
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 |
|---|
public DocumentTypeXto()
| Method Detail |
|---|
public String getDocumentTypeId()
Stringpublic void setDocumentTypeId(String value)
value - allowed object is
Stringpublic String getSchemaLocation()
Stringpublic void setSchemaLocation(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||