public class TGetAuthorOutput extends Object
Java class for tGetAuthorOutput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tGetAuthorOutput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="authorName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dmStatus" type="{http://isds.czechpoint.cz/v20}tStatus"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<String> |
authorName |
protected TStatus |
dmStatus |
protected JAXBElement<String> |
userType |
| Constructor and Description |
|---|
TGetAuthorOutput() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<String> |
getAuthorName()
Gets the value of the authorName property.
|
TStatus |
getDmStatus()
Gets the value of the dmStatus property.
|
JAXBElement<String> |
getUserType()
Gets the value of the userType property.
|
void |
setAuthorName(JAXBElement<String> value)
Sets the value of the authorName property.
|
void |
setDmStatus(TStatus value)
Sets the value of the dmStatus property.
|
void |
setUserType(JAXBElement<String> value)
Sets the value of the userType property.
|
protected JAXBElement<String> userType
protected JAXBElement<String> authorName
protected TStatus dmStatus
public JAXBElement<String> getUserType()
JAXBElement<String>public void setUserType(JAXBElement<String> value)
value - allowed object is
JAXBElement<String>public JAXBElement<String> getAuthorName()
JAXBElement<String>public void setAuthorName(JAXBElement<String> value)
value - allowed object is
JAXBElement<String>public TStatus getDmStatus()
TStatusCopyright © 2016. All rights reserved.