@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public class CreditCard
extends AbstractPt
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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.w3.org/2001/XMLSchema}string" />
<attribute name="AuthorizationExpires" type="{http://www.printtalk.org/schema_2_0}gYearMonth" />
<attribute name="Expires" use="required" type="{http://www.printtalk.org/schema_2_0}gYearMonth" />
<attribute name="Number" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="Type" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
authorization |
protected javax.xml.datatype.XMLGregorianCalendar |
authorizationExpires |
protected javax.xml.datatype.XMLGregorianCalendar |
expires |
protected java.lang.String |
number |
protected java.lang.String |
type |
comment, descriptiveName, generalID| Constructor and Description |
|---|
CreditCard() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
java.lang.String |
getAuthorization()
Gets the value of the authorization property.
|
javax.xml.datatype.XMLGregorianCalendar |
getAuthorizationExpires()
Gets the value of the authorizationExpires property.
|
javax.xml.datatype.XMLGregorianCalendar |
getExpires()
Gets the value of the expires property.
|
java.lang.String |
getNumber()
Gets the value of the number property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAuthorization(java.lang.String value)
Sets the value of the authorization property.
|
void |
setAuthorizationExpires(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the authorizationExpires property.
|
void |
setExpires(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the expires property.
|
void |
setNumber(java.lang.String value)
Sets the value of the number property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
CreditCard |
withAuthorization(java.lang.String value) |
CreditCard |
withAuthorizationExpires(javax.xml.datatype.XMLGregorianCalendar value) |
CreditCard |
withComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values) |
CreditCard |
withComment(org.cip4.lib.xjdf.schema.Comment... values) |
CreditCard |
withDescriptiveName(java.lang.String value) |
CreditCard |
withExpires(javax.xml.datatype.XMLGregorianCalendar value) |
CreditCard |
withGeneralID(java.util.Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
CreditCard |
withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
CreditCard |
withNumber(java.lang.String value) |
CreditCard |
withType(java.lang.String value) |
getComment, getDescriptiveName, getGeneralID, setDescriptiveName@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String authorization
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected javax.xml.datatype.XMLGregorianCalendar authorizationExpires
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected javax.xml.datatype.XMLGregorianCalendar expires
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String number
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String type
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getAuthorization()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setAuthorization(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public javax.xml.datatype.XMLGregorianCalendar getAuthorizationExpires()
XMLGregorianCalendar@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setAuthorizationExpires(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public javax.xml.datatype.XMLGregorianCalendar getExpires()
XMLGregorianCalendar@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setExpires(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getNumber()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setNumber(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getType()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-06T08:59:43+02:00",
comments="JAXB RI v2.2.11")
public void setType(java.lang.String value)
value - allowed object is
Stringpublic CreditCard withAuthorization(java.lang.String value)
public CreditCard withAuthorizationExpires(javax.xml.datatype.XMLGregorianCalendar value)
public CreditCard withExpires(javax.xml.datatype.XMLGregorianCalendar value)
public CreditCard withNumber(java.lang.String value)
public CreditCard withType(java.lang.String value)
public CreditCard withComment(org.cip4.lib.xjdf.schema.Comment... values)
withComment in class AbstractPtpublic CreditCard withComment(java.util.Collection<org.cip4.lib.xjdf.schema.Comment> values)
withComment in class AbstractPtpublic CreditCard withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values)
withGeneralID in class AbstractPtpublic CreditCard withGeneralID(java.util.Collection<org.cip4.lib.xjdf.schema.GeneralID> values)
withGeneralID in class AbstractPtpublic CreditCard withDescriptiveName(java.lang.String value)
withDescriptiveName in class AbstractPtpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractPtpublic boolean equals(java.lang.Object object)
equals in class AbstractPtpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractPtpublic int hashCode()
hashCode in class AbstractPt