public class RecordsManagementInfoType extends Object 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 RecordsManagementInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RecordsManagementInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element name="recordKeeper" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element name="recordKeeperID" type="{urn:us:mil:ces:metadata:ddms:5}simpleTokenType" minOccurs="0"/>
<element ref="{urn:us:mil:ces:metadata:ddms:5}organization" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="applicationSoftware" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<urn:us:mil:ces:metadata:ddms:5>simpleTokenType">
<attGroup ref="{urn:us:mil:ces:metadata:ddms:5}SecurityAttributesGroup"/>
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
<attribute name="vitalRecordIndicator" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RecordsManagementInfoType.ApplicationSoftware
Java class for anonymous complex type.
|
static class |
RecordsManagementInfoType.RecordKeeper
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected RecordsManagementInfoType.ApplicationSoftware |
applicationSoftware |
protected RecordsManagementInfoType.RecordKeeper |
recordKeeper |
protected Boolean |
vitalRecordIndicator |
| Constructor and Description |
|---|
RecordsManagementInfoType() |
| 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) |
RecordsManagementInfoType.ApplicationSoftware |
getApplicationSoftware()
Gets the value of the applicationSoftware property.
|
RecordsManagementInfoType.RecordKeeper |
getRecordKeeper()
Gets the value of the recordKeeper property.
|
boolean |
getVitalRecordIndicator()
Gets the value of the vitalRecordIndicator property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetApplicationSoftware() |
boolean |
isSetRecordKeeper() |
boolean |
isSetVitalRecordIndicator() |
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 |
setApplicationSoftware(RecordsManagementInfoType.ApplicationSoftware value)
Sets the value of the applicationSoftware property.
|
void |
setRecordKeeper(RecordsManagementInfoType.RecordKeeper value)
Sets the value of the recordKeeper property.
|
void |
setVitalRecordIndicator(boolean value)
Sets the value of the vitalRecordIndicator property.
|
String |
toString() |
void |
unsetVitalRecordIndicator() |
protected RecordsManagementInfoType.RecordKeeper recordKeeper
protected RecordsManagementInfoType.ApplicationSoftware applicationSoftware
protected Boolean vitalRecordIndicator
public RecordsManagementInfoType.RecordKeeper getRecordKeeper()
RecordsManagementInfoType.RecordKeeperpublic void setRecordKeeper(RecordsManagementInfoType.RecordKeeper value)
value - allowed object is
RecordsManagementInfoType.RecordKeeperpublic boolean isSetRecordKeeper()
public RecordsManagementInfoType.ApplicationSoftware getApplicationSoftware()
RecordsManagementInfoType.ApplicationSoftwarepublic void setApplicationSoftware(RecordsManagementInfoType.ApplicationSoftware value)
value - allowed object is
RecordsManagementInfoType.ApplicationSoftwarepublic boolean isSetApplicationSoftware()
public boolean getVitalRecordIndicator()
Booleanpublic void setVitalRecordIndicator(boolean value)
value - allowed object is
Booleanpublic boolean isSetVitalRecordIndicator()
public void unsetVitalRecordIndicator()
public 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.ToString2public 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.ToString2public 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.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2public 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.CopyTo2public Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(Object left, Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public 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.MergeFrom2Copyright © 2014–2016 Pink Summit, LLC. All rights reserved.