public class CreditCard extends AbstractPt implements Serializable
Java class for CreditCard complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditCard">
<complexContent>
<extension base="{http://www.printtalk.org/schema_2_0}Abstract_pt">
<attribute name="Authorization" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="AuthorizationExpires" type="{http://www.CIP4.org/JDFSchema_2_0}gYearMonth" />
<attribute name="Expires" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}gYearMonth" />
<attribute name="Number" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="Type" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
authorization |
protected XMLGregorianCalendar |
authorizationExpires |
protected XMLGregorianCalendar |
expires |
protected String |
number |
protected String |
type |
comments, descriptiveName, generalIDs| Constructor and Description |
|---|
CreditCard() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorization()
Gets the value of the authorization property.
|
XMLGregorianCalendar |
getAuthorizationExpires()
Gets the value of the authorizationExpires property.
|
XMLGregorianCalendar |
getExpires()
Gets the value of the expires property.
|
String |
getNumber()
Gets the value of the number property.
|
String |
getType()
Gets the value of the type property.
|
void |
setAuthorization(String value)
Sets the value of the authorization property.
|
void |
setAuthorizationExpires(XMLGregorianCalendar value)
Sets the value of the authorizationExpires property.
|
void |
setExpires(XMLGregorianCalendar value)
Sets the value of the expires property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
void |
setType(String value)
Sets the value of the type property.
|
getComments, getDescriptiveName, getGeneralIDs, setDescriptiveNameprotected String authorization
protected XMLGregorianCalendar authorizationExpires
protected XMLGregorianCalendar expires
protected String number
protected String type
public String getAuthorization()
Stringpublic void setAuthorization(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getAuthorizationExpires()
XMLGregorianCalendarpublic void setAuthorizationExpires(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getExpires()
XMLGregorianCalendarpublic void setExpires(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2012. All Rights Reserved.