public class TCreateDBPFOInfoInput extends Object
Java class for tCreateDBPFOInfoInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCreateDBPFOInfoInput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dbOwnerInfo" type="{http://isds.czechpoint.cz/v20}tDbOwnerInfo"/>
<element name="dbPrimaryUsers" type="{http://isds.czechpoint.cz/v20}tDbUsersArray"/>
<element name="dbFormerNames" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dbUpperDBId" type="{http://isds.czechpoint.cz/v20}tIdDb" minOccurs="0"/>
<element name="dbCEOLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<group ref="{http://isds.czechpoint.cz/v20}gExtApproval"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<Boolean> |
dbApproved |
protected JAXBElement<String> |
dbCEOLabel |
protected JAXBElement<String> |
dbExternRefNumber |
protected JAXBElement<String> |
dbFormerNames |
protected TDbOwnerInfo |
dbOwnerInfo |
protected TDbUsersArray |
dbPrimaryUsers |
protected JAXBElement<String> |
dbUpperDBId |
| Constructor and Description |
|---|
TCreateDBPFOInfoInput() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<Boolean> |
getDbApproved()
Gets the value of the dbApproved property.
|
JAXBElement<String> |
getDbCEOLabel()
Gets the value of the dbCEOLabel property.
|
JAXBElement<String> |
getDbExternRefNumber()
Gets the value of the dbExternRefNumber property.
|
JAXBElement<String> |
getDbFormerNames()
Gets the value of the dbFormerNames property.
|
TDbOwnerInfo |
getDbOwnerInfo()
Gets the value of the dbOwnerInfo property.
|
TDbUsersArray |
getDbPrimaryUsers()
Gets the value of the dbPrimaryUsers property.
|
JAXBElement<String> |
getDbUpperDBId()
Gets the value of the dbUpperDBId property.
|
void |
setDbApproved(JAXBElement<Boolean> value)
Sets the value of the dbApproved property.
|
void |
setDbCEOLabel(JAXBElement<String> value)
Sets the value of the dbCEOLabel property.
|
void |
setDbExternRefNumber(JAXBElement<String> value)
Sets the value of the dbExternRefNumber property.
|
void |
setDbFormerNames(JAXBElement<String> value)
Sets the value of the dbFormerNames property.
|
void |
setDbOwnerInfo(TDbOwnerInfo value)
Sets the value of the dbOwnerInfo property.
|
void |
setDbPrimaryUsers(TDbUsersArray value)
Sets the value of the dbPrimaryUsers property.
|
void |
setDbUpperDBId(JAXBElement<String> value)
Sets the value of the dbUpperDBId property.
|
protected TDbOwnerInfo dbOwnerInfo
protected TDbUsersArray dbPrimaryUsers
protected JAXBElement<String> dbFormerNames
protected JAXBElement<String> dbUpperDBId
protected JAXBElement<String> dbCEOLabel
protected JAXBElement<Boolean> dbApproved
protected JAXBElement<String> dbExternRefNumber
public TDbOwnerInfo getDbOwnerInfo()
TDbOwnerInfopublic void setDbOwnerInfo(TDbOwnerInfo value)
value - allowed object is
TDbOwnerInfopublic TDbUsersArray getDbPrimaryUsers()
TDbUsersArraypublic void setDbPrimaryUsers(TDbUsersArray value)
value - allowed object is
TDbUsersArraypublic JAXBElement<String> getDbFormerNames()
JAXBElement<String>public void setDbFormerNames(JAXBElement<String> value)
value - allowed object is
JAXBElement<String>public JAXBElement<String> getDbUpperDBId()
JAXBElement<String>public void setDbUpperDBId(JAXBElement<String> value)
value - allowed object is
JAXBElement<String>public JAXBElement<String> getDbCEOLabel()
JAXBElement<String>public void setDbCEOLabel(JAXBElement<String> value)
value - allowed object is
JAXBElement<String>public JAXBElement<Boolean> getDbApproved()
JAXBElement<Boolean>public void setDbApproved(JAXBElement<Boolean> value)
value - allowed object is
JAXBElement<Boolean>public JAXBElement<String> getDbExternRefNumber()
JAXBElement<String>public void setDbExternRefNumber(JAXBElement<String> value)
value - allowed object is
JAXBElement<String>Copyright © 2017. All rights reserved.