public class DocumentTypeXto extends Object
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 and Description |
|---|
DocumentTypeXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getDocumentTypeId()
Stringpublic void setDocumentTypeId(String value)
value - allowed object is
Stringpublic String getSchemaLocation()
StringCopyright © 2016 Eclipse Stardust. All Rights Reserved.