Class ItemReferenceType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ItemReferenceType
-
- Direct Known Subclasses:
ItemType
public class ItemReferenceType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Used to select an outline item.</p>
Java class for ItemReferenceType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemReferenceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ItemReferenceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPath()<?booleanisSetPath()voidsetPath(String value)Sets the value of the path property.
-
-
-
Field Detail
-
path
protected String path
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The element paths are made of the visible names of the entries in the content structure separated with forward slashes (/), starting with an initial slash.</p>
-
-
Method Detail
-
getPath
public String getPath()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The element paths are made of the visible names of the entries in the content structure separated with forward slashes (/), starting with an initial slash.</p>
- Returns:
- possible object is
String
-
setPath
public void setPath(String value)
Sets the value of the path property.
-
isSetPath
public boolean isSetPath()
-
-