Class UserCardCopy
java.lang.Object
ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.Id
ru.bgcrm.plugin.bgbilling.ws.cerbercrypt.usercard.copy.UserCardCopy
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the comment property.getDate1()
Gets the value of the date1 property.getDate2()
Gets the value of the date2 property.Gets the value of the parentCard property.int
Gets the value of the parentCardId property.void
setComment
(String value) Sets the value of the comment property.void
Sets the value of the date1 property.void
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.
-
Field Details
-
comment
-
date1
-
date2
-
parentCard
-
parentCardId
protected int parentCardId
-
-
Constructor Details
-
UserCardCopy
public UserCardCopy()
-
-
Method Details
-
getComment
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
Sets the value of the comment property.- Parameters:
value
- allowed object isString
-
getDate1
Gets the value of the date1 property.- Returns:
- possible object is
Date
-
setDate1
Sets the value of the date1 property.- Parameters:
value
- allowed object isDate
-
getDate2
Gets the value of the date2 property.- Returns:
- possible object is
Date
-
setDate2
Sets the value of the date2 property.- Parameters:
value
- allowed object isDate
-
getParentCard
Gets the value of the parentCard property.- Returns:
- possible object is
UserCard
-
setParentCard
Sets the value of the parentCard property.- Parameters:
value
- allowed object isUserCard
-
getParentCardId
public int getParentCardId()Gets the value of the parentCardId property. -
setParentCardId
public void setParentCardId(int value) Sets the value of the parentCardId property.
-