public class ConformanceType extends SpecificationReferenceType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Java class for ConformanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConformanceType">
<complexContent>
<extension base="{urn:cdr-ex:describe:sp:1.0}SpecificationReferenceType">
<attribute name="id" use="required" type="{urn:cdr-ex:describe:sp:1.0}ConformanceValuesType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
atomicEnergyMarkings, classification, classificationReason, classifiedBy, compilationReason, declassDate, declassEvent, declassException, derivativelyClassifiedBy, derivedFrom, description, displayOnlyTo, disseminationControls, fgIsourceOpen, fgIsourceProtected, joint, name, nonICmarkings, nonUSControls, ownerProducer, relatedResource, releasableTo, sarIdentifier, scIcontrols| Constructor and Description |
|---|
ConformanceType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
Object |
createNewInstance() |
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.EqualsStrategy2 strategy) |
String |
getId()
Gets the value of the id property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetId() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(Object left,
Object right) |
void |
setId(String value)
Sets the value of the id property.
|
String |
toString() |
getAtomicEnergyMarkings, getClassification, getClassificationReason, getClassifiedBy, getCompilationReason, getDeclassDate, getDeclassEvent, getDeclassException, getDerivativelyClassifiedBy, getDerivedFrom, getDescription, getDisplayOnlyTo, getDisseminationControls, getFGIsourceOpen, getFGIsourceProtected, getJoint, getName, getNonICmarkings, getNonUSControls, getOwnerProducer, getRelatedResource, getReleasableTo, getSARIdentifier, getSCIcontrols, isSetAtomicEnergyMarkings, isSetClassification, isSetClassificationReason, isSetClassifiedBy, isSetCompilationReason, isSetDeclassDate, isSetDeclassEvent, isSetDeclassException, isSetDerivativelyClassifiedBy, isSetDerivedFrom, isSetDescription, isSetDisplayOnlyTo, isSetDisseminationControls, isSetFGIsourceOpen, isSetFGIsourceProtected, isSetJoint, isSetName, isSetNonICmarkings, isSetNonUSControls, isSetOwnerProducer, isSetRelatedResource, isSetReleasableTo, isSetSARIdentifier, isSetSCIcontrols, setAtomicEnergyMarkings, setClassification, setClassificationReason, setClassifiedBy, setCompilationReason, setDeclassDate, setDeclassEvent, setDeclassException, setDerivativelyClassifiedBy, setDerivedFrom, setDescription, setDisplayOnlyTo, setDisseminationControls, setFGIsourceOpen, setFGIsourceProtected, setJoint, setName, setNonICmarkings, setNonUSControls, setOwnerProducer, setRelatedResource, setReleasableTo, setSARIdentifier, setSCIcontrols, unsetAtomicEnergyMarkings, unsetDisplayOnlyTo, unsetDisseminationControls, unsetFGIsourceOpen, unsetFGIsourceProtected, unsetJoint, unsetNonICmarkings, unsetNonUSControls, unsetOwnerProducer, unsetRelatedResource, unsetReleasableTo, unsetSARIdentifier, unsetSCIcontrols@NotNull(message="ConformanceType.id {javax.validation.constraints.NotNull.message}")
protected String id
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String toString()
toString in class SpecificationReferenceTypepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class SpecificationReferenceTypepublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class SpecificationReferenceTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class SpecificationReferenceTypepublic boolean equals(Object object)
equals in class SpecificationReferenceTypepublic 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 SpecificationReferenceTypepublic int hashCode()
hashCode in class SpecificationReferenceTypepublic Object clone()
clone in class SpecificationReferenceTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class SpecificationReferenceTypepublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class SpecificationReferenceTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2createNewInstance in class SpecificationReferenceTypepublic void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class SpecificationReferenceTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class SpecificationReferenceTypeCopyright © 2014–2016 Pink Summit, LLC. All rights reserved.