@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public class CreditCard extends AbstractPt implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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.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.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 |
comment, descriptiveName, generalID| Constructor and Description |
|---|
CreditCard() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
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.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
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.
|
CreditCard |
withAuthorization(String value) |
CreditCard |
withAuthorizationExpires(XMLGregorianCalendar value) |
CreditCard |
withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values) |
CreditCard |
withComment(org.cip4.lib.xjdf.schema.Comment... values) |
CreditCard |
withDescriptiveName(String value) |
CreditCard |
withExpires(XMLGregorianCalendar value) |
CreditCard |
withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values) |
CreditCard |
withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values) |
CreditCard |
withNumber(String value) |
CreditCard |
withType(String value) |
getComment, getDescriptiveName, getGeneralID, setDescriptiveName@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") protected String authorization
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") protected XMLGregorianCalendar authorizationExpires
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") protected XMLGregorianCalendar expires
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") protected String number
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") protected String type
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public String getAuthorization()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public void setAuthorization(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public XMLGregorianCalendar getAuthorizationExpires()
XMLGregorianCalendar@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public void setAuthorizationExpires(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public XMLGregorianCalendar getExpires()
XMLGregorianCalendar@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public void setExpires(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public String getNumber()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public void setNumber(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public String getType()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public void setType(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public CreditCard withAuthorization(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public CreditCard withAuthorizationExpires(XMLGregorianCalendar value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public CreditCard withExpires(XMLGregorianCalendar value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public CreditCard withNumber(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public CreditCard withType(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public CreditCard withComment(org.cip4.lib.xjdf.schema.Comment... values)
withComment in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public CreditCard withComment(Collection<org.cip4.lib.xjdf.schema.Comment> values)
withComment in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public CreditCard withGeneralID(org.cip4.lib.xjdf.schema.GeneralID... values)
withGeneralID in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public CreditCard withGeneralID(Collection<org.cip4.lib.xjdf.schema.GeneralID> values)
withGeneralID in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public CreditCard withDescriptiveName(String value)
withDescriptiveName in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractPt@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T03:04:18+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class AbstractPtCopyright © 2016. All rights reserved.