Class BaseReplyType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.BaseReplyType
-
- Direct Known Subclasses:
MarkedStateAnnotationType,ReplyStateAnnotationType,ReplyToAnnotationType
public class BaseReplyType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p105796_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:p913707_="https://jakarta.ee/xml/ns/jaxb" xmlns:p931759_="http://jaxb2-commons.dev.java.net/basic/simplify" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">A common base type for reply annotations.</p>
Java class for BaseReplyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseReplyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="replyTo" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="creator" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="subject" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> <attribute name="page" default="1"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <minInclusive value="1"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description BaseReplyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreator()Gets the value of the creator property.StringgetName()Gets the value of the name property.intgetPage()Gets the value of the page property.StringgetReplyTo()Gets the value of the replyTo property.StringgetSubject()Gets the value of the subject property.booleanisSetCreator()booleanisSetName()booleanisSetPage()booleanisSetReplyTo()booleanisSetSubject()voidsetCreator(String value)Sets the value of the creator property.voidsetName(String value)Sets the value of the name property.voidsetPage(int value)Sets the value of the page property.voidsetReplyTo(String value)Sets the value of the replyTo property.voidsetSubject(String value)Sets the value of the subject property.voidunsetPage()
-
-
-
Method Detail
-
getReplyTo
public String getReplyTo()
Gets the value of the replyTo property.- Returns:
- possible object is
String
-
setReplyTo
public void setReplyTo(String value)
Sets the value of the replyTo property.- Parameters:
value- allowed object isString
-
isSetReplyTo
public boolean isSetReplyTo()
-
getCreator
public String getCreator()
Gets the value of the creator property.- Returns:
- possible object is
String
-
setCreator
public void setCreator(String value)
Sets the value of the creator property.- Parameters:
value- allowed object isString
-
isSetCreator
public boolean isSetCreator()
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isSetName
public boolean isSetName()
-
getSubject
public String getSubject()
Gets the value of the subject property.- Returns:
- possible object is
String
-
setSubject
public void setSubject(String value)
Sets the value of the subject property.- Parameters:
value- allowed object isString
-
isSetSubject
public boolean isSetSubject()
-
getPage
public int getPage()
Gets the value of the page property.- Returns:
- possible object is
Integer
-
setPage
public void setPage(int value)
Sets the value of the page property.- Parameters:
value- allowed object isInteger
-
isSetPage
public boolean isSetPage()
-
unsetPage
public void unsetPage()
-
-