@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public class ApprovalDetails
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ApprovalDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApprovalDetails">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ApprovalPerson" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Comment" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" minOccurs="0"/>
</sequence>
<attribute name="ApprovalState" use="required">
<simpleType>
<restriction base="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN">
<enumeration value="Approved"/>
<enumeration value="ApprovedWithComment"/>
<enumeration value="Rejected"/>
</restriction>
</simpleType>
</attribute>
<attribute name="ApprovalStateDetails" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ApprovalDetails.ApprovalState
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected ApprovalPerson |
approvalPerson |
protected ApprovalDetails.ApprovalState |
approvalState |
protected java.lang.String |
approvalStateDetails |
protected Comment |
comment |
protected FileSpec |
fileSpec |
| Constructor and Description |
|---|
ApprovalDetails() |
| 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.EqualsStrategy strategy) |
ApprovalPerson |
getApprovalPerson()
Gets the value of the approvalPerson property.
|
ApprovalDetails.ApprovalState |
getApprovalState()
Gets the value of the approvalState property.
|
java.lang.String |
getApprovalStateDetails()
Gets the value of the approvalStateDetails property.
|
Comment |
getComment()
Gets the value of the comment property.
|
FileSpec |
getFileSpec()
Gets the value of the fileSpec property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setApprovalPerson(ApprovalPerson value)
Sets the value of the approvalPerson property.
|
void |
setApprovalState(ApprovalDetails.ApprovalState value)
Sets the value of the approvalState property.
|
void |
setApprovalStateDetails(java.lang.String value)
Sets the value of the approvalStateDetails property.
|
void |
setComment(Comment value)
Sets the value of the comment property.
|
void |
setFileSpec(FileSpec value)
Sets the value of the fileSpec property.
|
ApprovalDetails |
withApprovalPerson(ApprovalPerson value) |
ApprovalDetails |
withApprovalState(ApprovalDetails.ApprovalState value) |
ApprovalDetails |
withApprovalStateDetails(java.lang.String value) |
ApprovalDetails |
withComment(Comment value) |
ApprovalDetails |
withFileSpec(FileSpec value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected ApprovalPerson approvalPerson
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected Comment comment
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected FileSpec fileSpec
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected ApprovalDetails.ApprovalState approvalState
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String approvalStateDetails
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public ApprovalPerson getApprovalPerson()
ApprovalPerson@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setApprovalPerson(ApprovalPerson value)
value - allowed object is
ApprovalPerson@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public Comment getComment()
Comment@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setComment(Comment value)
value - allowed object is
Comment@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public FileSpec getFileSpec()
FileSpec@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setFileSpec(FileSpec value)
value - allowed object is
FileSpec@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public ApprovalDetails.ApprovalState getApprovalState()
ApprovalDetails.ApprovalState@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setApprovalState(ApprovalDetails.ApprovalState value)
value - allowed object is
ApprovalDetails.ApprovalState@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getApprovalStateDetails()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setApprovalStateDetails(java.lang.String value)
value - allowed object is
Stringpublic ApprovalDetails withApprovalPerson(ApprovalPerson value)
public ApprovalDetails withComment(Comment value)
public ApprovalDetails withFileSpec(FileSpec value)
public ApprovalDetails withApprovalState(ApprovalDetails.ApprovalState value)
public ApprovalDetails withApprovalStateDetails(java.lang.String value)
public 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.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic 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 SpecificResourcepublic int hashCode()
hashCode in class SpecificResource