@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public class MISDetails
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Complexity" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="CostType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Chargeable"/>
<enumeration value="NonChargeable"/>
</restriction>
</simpleType>
</attribute>
<attribute name="WorkType">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Original"/>
<enumeration value="Alteration"/>
<enumeration value="Rework"/>
</restriction>
</simpleType>
</attribute>
<attribute name="WorkTypeDetails" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MISDetails.CostType
Java class for null.
|
static class |
MISDetails.WorkType
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Float |
complexity |
protected MISDetails.CostType |
costType |
protected MISDetails.WorkType |
workType |
protected java.lang.String |
workTypeDetails |
| Constructor and Description |
|---|
MISDetails() |
| 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) |
java.lang.Float |
getComplexity()
Gets the value of the complexity property.
|
MISDetails.CostType |
getCostType()
Gets the value of the costType property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
MISDetails.WorkType |
getWorkType()
Gets the value of the workType property.
|
java.lang.String |
getWorkTypeDetails()
Gets the value of the workTypeDetails property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setComplexity(java.lang.Float value)
Sets the value of the complexity property.
|
void |
setCostType(MISDetails.CostType value)
Sets the value of the costType property.
|
void |
setWorkType(MISDetails.WorkType value)
Sets the value of the workType property.
|
void |
setWorkTypeDetails(java.lang.String value)
Sets the value of the workTypeDetails property.
|
MISDetails |
withComplexity(java.lang.Float value) |
MISDetails |
withCostType(MISDetails.CostType value) |
MISDetails |
withWorkType(MISDetails.WorkType value) |
MISDetails |
withWorkTypeDetails(java.lang.String value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float complexity
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected MISDetails.CostType costType
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected MISDetails.WorkType workType
@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 workTypeDetails
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getComplexity()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setComplexity(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public MISDetails.CostType getCostType()
MISDetails.CostType@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setCostType(MISDetails.CostType value)
value - allowed object is
MISDetails.CostType@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public MISDetails.WorkType getWorkType()
MISDetails.WorkType@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setWorkType(MISDetails.WorkType value)
value - allowed object is
MISDetails.WorkType@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 getWorkTypeDetails()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setWorkTypeDetails(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public MISDetails withComplexity(java.lang.Float value)
public MISDetails withCostType(MISDetails.CostType value)
public MISDetails withWorkType(MISDetails.WorkType value)
public MISDetails withWorkTypeDetails(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.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object