|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.extra_standard.namespace.components._1.AnyXMLType
de.extra_standard.namespace.components._1.XMLFragmentType
public class XMLFragmentType
Java class for XMLFragmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XMLFragmentType">
<complexContent>
<extension base="{http://www.extra-standard.de/namespace/components/1}AnyXMLType">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="xpath" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="documentReference" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
documentReference
|
protected String |
id
|
protected String |
xpath
|
| Fields inherited from class de.extra_standard.namespace.components._1.AnyXMLType |
|---|
any |
| Constructor Summary | |
|---|---|
XMLFragmentType()
|
|
| Method Summary | |
|---|---|
String |
getDocumentReference()
Gets the value of the documentReference property. |
String |
getId()
Gets the value of the id property. |
String |
getXpath()
Gets the value of the xpath property. |
void |
setDocumentReference(String value)
Sets the value of the documentReference property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setXpath(String value)
Sets the value of the xpath property. |
| Methods inherited from class de.extra_standard.namespace.components._1.AnyXMLType |
|---|
getAny, getOtherAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected String xpath
protected String documentReference
| Constructor Detail |
|---|
public XMLFragmentType()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getXpath()
Stringpublic void setXpath(String value)
value - allowed object is
Stringpublic String getDocumentReference()
Stringpublic void setDocumentReference(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||