public class UserCardCopy extends Id
Java class for userCardCopy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="userCardCopy"> <complexContent> <extension base="{http://common.bitel.ru}id"> <sequence> <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="date1" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="date2" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="parentCard" type="{http://common.cerbercrypt.modules.bgbilling.bitel.ru/}userCard" minOccurs="0"/> <element name="parentCardId" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
comment |
protected javax.xml.datatype.XMLGregorianCalendar |
date1 |
protected javax.xml.datatype.XMLGregorianCalendar |
date2 |
protected UserCard |
parentCard |
protected int |
parentCardId |
Constructor and Description |
---|
UserCardCopy() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment()
Gets the value of the comment property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDate1()
Gets the value of the date1 property.
|
javax.xml.datatype.XMLGregorianCalendar |
getDate2()
Gets the value of the date2 property.
|
UserCard |
getParentCard()
Gets the value of the parentCard property.
|
int |
getParentCardId()
Gets the value of the parentCardId property.
|
void |
setComment(java.lang.String value)
Sets the value of the comment property.
|
void |
setDate1(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the date1 property.
|
void |
setDate2(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the date2 property.
|
void |
setParentCard(UserCard value)
Sets the value of the parentCard property.
|
void |
setParentCardId(int value)
Sets the value of the parentCardId property.
|
protected java.lang.String comment
protected javax.xml.datatype.XMLGregorianCalendar date1
protected javax.xml.datatype.XMLGregorianCalendar date2
protected UserCard parentCard
protected int parentCardId
public java.lang.String getComment()
String
public void setComment(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getDate1()
XMLGregorianCalendar
public void setDate1(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public javax.xml.datatype.XMLGregorianCalendar getDate2()
XMLGregorianCalendar
public void setDate2(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public UserCard getParentCard()
UserCard
public void setParentCard(UserCard value)
value
- allowed object is
UserCard
public int getParentCardId()
public void setParentCardId(int value)