Class MDMaintenanceInformationType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.MDMaintenanceInformationType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
public class MDMaintenanceInformationType extends AbstractObjectType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
Information about the scope and frequency of updatingJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<CIResponsiblePartyPropertyType>contactprotected DatePropertyTypedateOfNextUpdateprotected MDMaintenanceFrequencyCodePropertyTypemaintenanceAndUpdateFrequencyprotected List<CharacterStringPropertyType>maintenanceNoteprotected List<MDScopeCodePropertyType>updateScopeprotected List<MDScopeDescriptionPropertyType>updateScopeDescriptionprotected TMPeriodDurationPropertyTypeuserDefinedMaintenanceFrequency-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description MDMaintenanceInformationType()Default no-arg constructorMDMaintenanceInformationType(String id, String uuid, MDMaintenanceFrequencyCodePropertyType maintenanceAndUpdateFrequency, DatePropertyType dateOfNextUpdate, TMPeriodDurationPropertyType userDefinedMaintenanceFrequency, List<MDScopeCodePropertyType> updateScope, List<MDScopeDescriptionPropertyType> updateScopeDescription, List<CharacterStringPropertyType> maintenanceNote, List<CIResponsiblePartyPropertyType> contact)Fully-initialising value constructor
-
Method Summary
-
-
-
Field Detail
-
maintenanceAndUpdateFrequency
protected MDMaintenanceFrequencyCodePropertyType maintenanceAndUpdateFrequency
-
dateOfNextUpdate
protected DatePropertyType dateOfNextUpdate
-
userDefinedMaintenanceFrequency
protected TMPeriodDurationPropertyType userDefinedMaintenanceFrequency
-
updateScope
protected List<MDScopeCodePropertyType> updateScope
-
updateScopeDescription
protected List<MDScopeDescriptionPropertyType> updateScopeDescription
-
maintenanceNote
protected List<CharacterStringPropertyType> maintenanceNote
-
contact
protected List<CIResponsiblePartyPropertyType> contact
-
-
Constructor Detail
-
MDMaintenanceInformationType
public MDMaintenanceInformationType()
Default no-arg constructor
-
MDMaintenanceInformationType
public MDMaintenanceInformationType(String id, String uuid, MDMaintenanceFrequencyCodePropertyType maintenanceAndUpdateFrequency, DatePropertyType dateOfNextUpdate, TMPeriodDurationPropertyType userDefinedMaintenanceFrequency, List<MDScopeCodePropertyType> updateScope, List<MDScopeDescriptionPropertyType> updateScopeDescription, List<CharacterStringPropertyType> maintenanceNote, List<CIResponsiblePartyPropertyType> contact)
Fully-initialising value constructor
-
-
Method Detail
-
getMaintenanceAndUpdateFrequency
public MDMaintenanceFrequencyCodePropertyType getMaintenanceAndUpdateFrequency()
Gets the value of the maintenanceAndUpdateFrequency property.- Returns:
- possible object is
MDMaintenanceFrequencyCodePropertyType
-
setMaintenanceAndUpdateFrequency
public void setMaintenanceAndUpdateFrequency(MDMaintenanceFrequencyCodePropertyType value)
Sets the value of the maintenanceAndUpdateFrequency property.- Parameters:
value- allowed object isMDMaintenanceFrequencyCodePropertyType
-
isSetMaintenanceAndUpdateFrequency
public boolean isSetMaintenanceAndUpdateFrequency()
-
getDateOfNextUpdate
public DatePropertyType getDateOfNextUpdate()
Gets the value of the dateOfNextUpdate property.- Returns:
- possible object is
DatePropertyType
-
setDateOfNextUpdate
public void setDateOfNextUpdate(DatePropertyType value)
Sets the value of the dateOfNextUpdate property.- Parameters:
value- allowed object isDatePropertyType
-
isSetDateOfNextUpdate
public boolean isSetDateOfNextUpdate()
-
getUserDefinedMaintenanceFrequency
public TMPeriodDurationPropertyType getUserDefinedMaintenanceFrequency()
Gets the value of the userDefinedMaintenanceFrequency property.- Returns:
- possible object is
TMPeriodDurationPropertyType
-
setUserDefinedMaintenanceFrequency
public void setUserDefinedMaintenanceFrequency(TMPeriodDurationPropertyType value)
Sets the value of the userDefinedMaintenanceFrequency property.- Parameters:
value- allowed object isTMPeriodDurationPropertyType
-
isSetUserDefinedMaintenanceFrequency
public boolean isSetUserDefinedMaintenanceFrequency()
-
getUpdateScope
public List<MDScopeCodePropertyType> getUpdateScope()
Gets the value of the updateScope property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
isSetUpdateScope
public boolean isSetUpdateScope()
-
unsetUpdateScope
public void unsetUpdateScope()
-
getUpdateScopeDescription
public List<MDScopeDescriptionPropertyType> getUpdateScopeDescription()
Gets the value of the updateScopeDescription property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
isSetUpdateScopeDescription
public boolean isSetUpdateScopeDescription()
-
unsetUpdateScopeDescription
public void unsetUpdateScopeDescription()
-
getMaintenanceNote
public List<CharacterStringPropertyType> getMaintenanceNote()
Gets the value of the maintenanceNote property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
isSetMaintenanceNote
public boolean isSetMaintenanceNote()
-
unsetMaintenanceNote
public void unsetMaintenanceNote()
-
getContact
public List<CIResponsiblePartyPropertyType> getContact()
Gets the value of the contact property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
isSetContact
public boolean isSetContact()
-
unsetContact
public void unsetContact()
-
toString
public String toString()
- Overrides:
toStringin classAbstractObjectType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classAbstractObjectType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classAbstractObjectType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classAbstractObjectType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractObjectType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classAbstractObjectType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractObjectType
-
clone
public Object clone()
- Overrides:
clonein classAbstractObjectType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractObjectType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractObjectType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractObjectType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractObjectType
-
setUpdateScope
public void setUpdateScope(List<MDScopeCodePropertyType> value)
-
setUpdateScopeDescription
public void setUpdateScopeDescription(List<MDScopeDescriptionPropertyType> value)
-
setMaintenanceNote
public void setMaintenanceNote(List<CharacterStringPropertyType> value)
-
setContact
public void setContact(List<CIResponsiblePartyPropertyType> value)
-
withMaintenanceAndUpdateFrequency
public MDMaintenanceInformationType withMaintenanceAndUpdateFrequency(MDMaintenanceFrequencyCodePropertyType value)
-
withDateOfNextUpdate
public MDMaintenanceInformationType withDateOfNextUpdate(DatePropertyType value)
-
withUserDefinedMaintenanceFrequency
public MDMaintenanceInformationType withUserDefinedMaintenanceFrequency(TMPeriodDurationPropertyType value)
-
withUpdateScope
public MDMaintenanceInformationType withUpdateScope(MDScopeCodePropertyType... values)
-
withUpdateScope
public MDMaintenanceInformationType withUpdateScope(Collection<MDScopeCodePropertyType> values)
-
withUpdateScopeDescription
public MDMaintenanceInformationType withUpdateScopeDescription(MDScopeDescriptionPropertyType... values)
-
withUpdateScopeDescription
public MDMaintenanceInformationType withUpdateScopeDescription(Collection<MDScopeDescriptionPropertyType> values)
-
withMaintenanceNote
public MDMaintenanceInformationType withMaintenanceNote(CharacterStringPropertyType... values)
-
withMaintenanceNote
public MDMaintenanceInformationType withMaintenanceNote(Collection<CharacterStringPropertyType> values)
-
withContact
public MDMaintenanceInformationType withContact(CIResponsiblePartyPropertyType... values)
-
withContact
public MDMaintenanceInformationType withContact(Collection<CIResponsiblePartyPropertyType> values)
-
withUpdateScope
public MDMaintenanceInformationType withUpdateScope(List<MDScopeCodePropertyType> value)
-
withUpdateScopeDescription
public MDMaintenanceInformationType withUpdateScopeDescription(List<MDScopeDescriptionPropertyType> value)
-
withMaintenanceNote
public MDMaintenanceInformationType withMaintenanceNote(List<CharacterStringPropertyType> value)
-
withContact
public MDMaintenanceInformationType withContact(List<CIResponsiblePartyPropertyType> value)
-
withId
public MDMaintenanceInformationType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public MDMaintenanceInformationType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-