Class SelectionAnnotationType.ObjectKey
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SelectionAnnotationType.ObjectKey
-
- Enclosing class:
- SelectionAnnotationType
public static class SelectionAnnotationType.ObjectKey extends Object
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ObjectKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()<?booleanisSetId()voidsetId(String value)Sets the value of the id property.
-
-
-
Field Detail
-
id
protected String id
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p443889_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p538622_="https://jakarta.ee/xml/ns/jaxb" xmlns:p701498_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The object id shall be given as a String that may contain either: <ul><li>The numeric object ID itself</li><li>The object ID followed by the generation number, separated by a space</li></ul></p>
-
-
Method Detail
-
getId
public String getId()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p443889_="urn:jaxb.jvnet.org:plugin:simplify" xmlns:p538622_="https://jakarta.ee/xml/ns/jaxb" xmlns:p701498_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The object id shall be given as a String that may contain either: <ul><li>The numeric object ID itself</li><li>The object ID followed by the generation number, separated by a space</li></ul></p>- Returns:
- possible object is
String
-
setId
public void setId(String value)
Sets the value of the id property.
-
isSetId
public boolean isSetId()
-
-