public class MDMaintenanceInformationType extends AbstractObjectType implements java.lang.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 MD_MaintenanceInformation_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MD_MaintenanceInformation_Type">
<complexContent>
<extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type">
<sequence>
<element name="maintenanceAndUpdateFrequency" type="{http://www.isotc211.org/2005/gmd}MD_MaintenanceFrequencyCode_PropertyType"/>
<element name="dateOfNextUpdate" type="{http://www.isotc211.org/2005/gco}Date_PropertyType" minOccurs="0"/>
<element name="userDefinedMaintenanceFrequency" type="{http://www.isotc211.org/2005/gts}TM_PeriodDuration_PropertyType" minOccurs="0"/>
<element name="updateScope" type="{http://www.isotc211.org/2005/gmd}MD_ScopeCode_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="updateScopeDescription" type="{http://www.isotc211.org/2005/gmd}MD_ScopeDescription_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="maintenanceNote" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="contact" type="{http://www.isotc211.org/2005/gmd}CI_ResponsibleParty_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<CIResponsiblePartyPropertyType> |
contact |
protected DatePropertyType |
dateOfNextUpdate |
protected MDMaintenanceFrequencyCodePropertyType |
maintenanceAndUpdateFrequency |
protected java.util.List<CharacterStringPropertyType> |
maintenanceNote |
protected java.util.List<MDScopeCodePropertyType> |
updateScope |
protected java.util.List<MDScopeDescriptionPropertyType> |
updateScopeDescription |
protected TMPeriodDurationPropertyType |
userDefinedMaintenanceFrequency |
id, uuid| Constructor and Description |
|---|
MDMaintenanceInformationType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
java.lang.Object |
createNewInstance() |
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.EqualsStrategy2 strategy) |
java.util.List<CIResponsiblePartyPropertyType> |
getContact()
Gets the value of the contact property.
|
DatePropertyType |
getDateOfNextUpdate()
Gets the value of the dateOfNextUpdate property.
|
MDMaintenanceFrequencyCodePropertyType |
getMaintenanceAndUpdateFrequency()
Gets the value of the maintenanceAndUpdateFrequency property.
|
java.util.List<CharacterStringPropertyType> |
getMaintenanceNote()
Gets the value of the maintenanceNote property.
|
java.util.List<MDScopeCodePropertyType> |
getUpdateScope()
Gets the value of the updateScope property.
|
java.util.List<MDScopeDescriptionPropertyType> |
getUpdateScopeDescription()
Gets the value of the updateScopeDescription property.
|
TMPeriodDurationPropertyType |
getUserDefinedMaintenanceFrequency()
Gets the value of the userDefinedMaintenanceFrequency property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetContact() |
boolean |
isSetDateOfNextUpdate() |
boolean |
isSetMaintenanceAndUpdateFrequency() |
boolean |
isSetMaintenanceNote() |
boolean |
isSetUpdateScope() |
boolean |
isSetUpdateScopeDescription() |
boolean |
isSetUserDefinedMaintenanceFrequency() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setContact(java.util.List<CIResponsiblePartyPropertyType> value) |
void |
setDateOfNextUpdate(DatePropertyType value)
Sets the value of the dateOfNextUpdate property.
|
void |
setMaintenanceAndUpdateFrequency(MDMaintenanceFrequencyCodePropertyType value)
Sets the value of the maintenanceAndUpdateFrequency property.
|
void |
setMaintenanceNote(java.util.List<CharacterStringPropertyType> value) |
void |
setUpdateScope(java.util.List<MDScopeCodePropertyType> value) |
void |
setUpdateScopeDescription(java.util.List<MDScopeDescriptionPropertyType> value) |
void |
setUserDefinedMaintenanceFrequency(TMPeriodDurationPropertyType value)
Sets the value of the userDefinedMaintenanceFrequency property.
|
java.lang.String |
toString() |
void |
unsetContact() |
void |
unsetMaintenanceNote() |
void |
unsetUpdateScope() |
void |
unsetUpdateScopeDescription() |
MDMaintenanceInformationType |
withContact(CIResponsiblePartyPropertyType... values) |
MDMaintenanceInformationType |
withContact(java.util.Collection<CIResponsiblePartyPropertyType> values) |
MDMaintenanceInformationType |
withContact(java.util.List<CIResponsiblePartyPropertyType> value) |
MDMaintenanceInformationType |
withDateOfNextUpdate(DatePropertyType value) |
MDMaintenanceInformationType |
withId(java.lang.String value) |
MDMaintenanceInformationType |
withMaintenanceAndUpdateFrequency(MDMaintenanceFrequencyCodePropertyType value) |
MDMaintenanceInformationType |
withMaintenanceNote(CharacterStringPropertyType... values) |
MDMaintenanceInformationType |
withMaintenanceNote(java.util.Collection<CharacterStringPropertyType> values) |
MDMaintenanceInformationType |
withMaintenanceNote(java.util.List<CharacterStringPropertyType> value) |
MDMaintenanceInformationType |
withUpdateScope(java.util.Collection<MDScopeCodePropertyType> values) |
MDMaintenanceInformationType |
withUpdateScope(java.util.List<MDScopeCodePropertyType> value) |
MDMaintenanceInformationType |
withUpdateScope(MDScopeCodePropertyType... values) |
MDMaintenanceInformationType |
withUpdateScopeDescription(java.util.Collection<MDScopeDescriptionPropertyType> values) |
MDMaintenanceInformationType |
withUpdateScopeDescription(java.util.List<MDScopeDescriptionPropertyType> value) |
MDMaintenanceInformationType |
withUpdateScopeDescription(MDScopeDescriptionPropertyType... values) |
MDMaintenanceInformationType |
withUserDefinedMaintenanceFrequency(TMPeriodDurationPropertyType value) |
MDMaintenanceInformationType |
withUuid(java.lang.String value) |
protected MDMaintenanceFrequencyCodePropertyType maintenanceAndUpdateFrequency
protected DatePropertyType dateOfNextUpdate
protected TMPeriodDurationPropertyType userDefinedMaintenanceFrequency
protected java.util.List<MDScopeCodePropertyType> updateScope
protected java.util.List<MDScopeDescriptionPropertyType> updateScopeDescription
protected java.util.List<CharacterStringPropertyType> maintenanceNote
protected java.util.List<CIResponsiblePartyPropertyType> contact
public MDMaintenanceFrequencyCodePropertyType getMaintenanceAndUpdateFrequency()
MDMaintenanceFrequencyCodePropertyTypepublic void setMaintenanceAndUpdateFrequency(MDMaintenanceFrequencyCodePropertyType value)
value - allowed object is
MDMaintenanceFrequencyCodePropertyTypepublic boolean isSetMaintenanceAndUpdateFrequency()
public DatePropertyType getDateOfNextUpdate()
DatePropertyTypepublic void setDateOfNextUpdate(DatePropertyType value)
value - allowed object is
DatePropertyTypepublic boolean isSetDateOfNextUpdate()
public TMPeriodDurationPropertyType getUserDefinedMaintenanceFrequency()
TMPeriodDurationPropertyTypepublic void setUserDefinedMaintenanceFrequency(TMPeriodDurationPropertyType value)
value - allowed object is
TMPeriodDurationPropertyTypepublic boolean isSetUserDefinedMaintenanceFrequency()
public java.util.List<MDScopeCodePropertyType> getUpdateScope()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the updateScope property.
For example, to add a new item, do as follows:
getUpdateScope().add(newItem);
Objects of the following type(s) are allowed in the list
MDScopeCodePropertyType
public boolean isSetUpdateScope()
public void unsetUpdateScope()
public java.util.List<MDScopeDescriptionPropertyType> getUpdateScopeDescription()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the updateScopeDescription property.
For example, to add a new item, do as follows:
getUpdateScopeDescription().add(newItem);
Objects of the following type(s) are allowed in the list
MDScopeDescriptionPropertyType
public boolean isSetUpdateScopeDescription()
public void unsetUpdateScopeDescription()
public java.util.List<CharacterStringPropertyType> getMaintenanceNote()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the maintenanceNote property.
For example, to add a new item, do as follows:
getMaintenanceNote().add(newItem);
Objects of the following type(s) are allowed in the list
CharacterStringPropertyType
public boolean isSetMaintenanceNote()
public void unsetMaintenanceNote()
public java.util.List<CIResponsiblePartyPropertyType> getContact()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the contact property.
For example, to add a new item, do as follows:
getContact().add(newItem);
Objects of the following type(s) are allowed in the list
CIResponsiblePartyPropertyType
public boolean isSetContact()
public void unsetContact()
public java.lang.String toString()
toString in class AbstractObjectTypepublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractObjectTypepublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractObjectTypepublic 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.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractObjectTypepublic boolean equals(java.lang.Object object)
equals in class AbstractObjectTypepublic 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 AbstractObjectTypepublic int hashCode()
hashCode in class AbstractObjectTypepublic java.lang.Object clone()
clone in class AbstractObjectTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractObjectTypepublic java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractObjectTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractObjectTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractObjectTypepublic void setUpdateScope(java.util.List<MDScopeCodePropertyType> value)
public void setUpdateScopeDescription(java.util.List<MDScopeDescriptionPropertyType> value)
public void setMaintenanceNote(java.util.List<CharacterStringPropertyType> value)
public void setContact(java.util.List<CIResponsiblePartyPropertyType> value)
public MDMaintenanceInformationType withMaintenanceAndUpdateFrequency(MDMaintenanceFrequencyCodePropertyType value)
public MDMaintenanceInformationType withDateOfNextUpdate(DatePropertyType value)
public MDMaintenanceInformationType withUserDefinedMaintenanceFrequency(TMPeriodDurationPropertyType value)
public MDMaintenanceInformationType withUpdateScope(MDScopeCodePropertyType... values)
public MDMaintenanceInformationType withUpdateScope(java.util.Collection<MDScopeCodePropertyType> values)
public MDMaintenanceInformationType withUpdateScopeDescription(MDScopeDescriptionPropertyType... values)
public MDMaintenanceInformationType withUpdateScopeDescription(java.util.Collection<MDScopeDescriptionPropertyType> values)
public MDMaintenanceInformationType withMaintenanceNote(CharacterStringPropertyType... values)
public MDMaintenanceInformationType withMaintenanceNote(java.util.Collection<CharacterStringPropertyType> values)
public MDMaintenanceInformationType withContact(CIResponsiblePartyPropertyType... values)
public MDMaintenanceInformationType withContact(java.util.Collection<CIResponsiblePartyPropertyType> values)
public MDMaintenanceInformationType withUpdateScope(java.util.List<MDScopeCodePropertyType> value)
public MDMaintenanceInformationType withUpdateScopeDescription(java.util.List<MDScopeDescriptionPropertyType> value)
public MDMaintenanceInformationType withMaintenanceNote(java.util.List<CharacterStringPropertyType> value)
public MDMaintenanceInformationType withContact(java.util.List<CIResponsiblePartyPropertyType> value)
public MDMaintenanceInformationType withId(java.lang.String value)
withId in class AbstractObjectTypepublic MDMaintenanceInformationType withUuid(java.lang.String value)
withUuid in class AbstractObjectTypeCopyright © 2008-2022. All Rights Reserved.