de.extra_standard.namespace.components._1
Class XMLFragmentType

java.lang.Object
  extended by de.extra_standard.namespace.components._1.AnyXMLType
      extended by de.extra_standard.namespace.components._1.XMLFragmentType

public class XMLFragmentType
extends AnyXMLType

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

id

protected String id

xpath

protected String xpath

documentReference

protected String documentReference
Constructor Detail

XMLFragmentType

public XMLFragmentType()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getXpath

public String getXpath()
Gets the value of the xpath property.

Returns:
possible object is String

setXpath

public void setXpath(String value)
Sets the value of the xpath property.

Parameters:
value - allowed object is String

getDocumentReference

public String getDocumentReference()
Gets the value of the documentReference property.

Returns:
possible object is String

setDocumentReference

public void setDocumentReference(String value)
Sets the value of the documentReference property.

Parameters:
value - allowed object is String


Copyright © 2012-2013. All Rights Reserved.