Class LIProcessStepType
- java.lang.Object
-
- net.opengis.iso19139.gco.v_20070417.AbstractObjectType
-
- net.opengis.iso19139.gmd.v_20070417.LIProcessStepType
-
- 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 LIProcessStepType 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
Java class for LI_ProcessStep_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LI_ProcessStep_Type"> <complexContent> <extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type"> <sequence> <element name="description" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType"/> <element name="rationale" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/> <element name="dateTime" type="{http://www.isotc211.org/2005/gco}DateTime_PropertyType" minOccurs="0"/> <element name="processor" type="{http://www.isotc211.org/2005/gmd}CI_ResponsibleParty_PropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="source" type="{http://www.isotc211.org/2005/gmd}LI_Source_PropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DateTimePropertyTypedateTimeprotected CharacterStringPropertyTypedescriptionprotected List<CIResponsiblePartyPropertyType>processorprotected CharacterStringPropertyTyperationaleprotected List<LISourcePropertyType>source-
Fields inherited from class net.opengis.iso19139.gco.v_20070417.AbstractObjectType
id, uuid
-
-
Constructor Summary
Constructors Constructor Description LIProcessStepType()Default no-arg constructorLIProcessStepType(String id, String uuid, CharacterStringPropertyType description, CharacterStringPropertyType rationale, DateTimePropertyType dateTime, List<CIResponsiblePartyPropertyType> processor, List<LISourcePropertyType> source)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)StringBuilderappendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)ObjectcreateNewInstance()booleanequals(Object object)booleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)DateTimePropertyTypegetDateTime()Gets the value of the dateTime property.CharacterStringPropertyTypegetDescription()Gets the value of the description property.List<CIResponsiblePartyPropertyType>getProcessor()Gets the value of the processor property.CharacterStringPropertyTypegetRationale()Gets the value of the rationale property.List<LISourcePropertyType>getSource()Gets the value of the source property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)booleanisSetDateTime()booleanisSetDescription()booleanisSetProcessor()booleanisSetRationale()booleanisSetSource()voidmergeFrom(Object left, Object right)voidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)voidsetDateTime(DateTimePropertyType value)Sets the value of the dateTime property.voidsetDescription(CharacterStringPropertyType value)Sets the value of the description property.voidsetProcessor(List<CIResponsiblePartyPropertyType> value)voidsetRationale(CharacterStringPropertyType value)Sets the value of the rationale property.voidsetSource(List<LISourcePropertyType> value)StringtoString()voidunsetProcessor()voidunsetSource()LIProcessStepTypewithDateTime(DateTimePropertyType value)LIProcessStepTypewithDescription(CharacterStringPropertyType value)LIProcessStepTypewithId(String value)LIProcessStepTypewithProcessor(Collection<CIResponsiblePartyPropertyType> values)LIProcessStepTypewithProcessor(List<CIResponsiblePartyPropertyType> value)LIProcessStepTypewithProcessor(CIResponsiblePartyPropertyType... values)LIProcessStepTypewithRationale(CharacterStringPropertyType value)LIProcessStepTypewithSource(Collection<LISourcePropertyType> values)LIProcessStepTypewithSource(List<LISourcePropertyType> value)LIProcessStepTypewithSource(LISourcePropertyType... values)LIProcessStepTypewithUuid(String value)
-
-
-
Field Detail
-
description
protected CharacterStringPropertyType description
-
rationale
protected CharacterStringPropertyType rationale
-
dateTime
protected DateTimePropertyType dateTime
-
processor
protected List<CIResponsiblePartyPropertyType> processor
-
source
protected List<LISourcePropertyType> source
-
-
Constructor Detail
-
LIProcessStepType
public LIProcessStepType()
Default no-arg constructor
-
LIProcessStepType
public LIProcessStepType(String id, String uuid, CharacterStringPropertyType description, CharacterStringPropertyType rationale, DateTimePropertyType dateTime, List<CIResponsiblePartyPropertyType> processor, List<LISourcePropertyType> source)
Fully-initialising value constructor
-
-
Method Detail
-
getDescription
public CharacterStringPropertyType getDescription()
Gets the value of the description property.- Returns:
- possible object is
CharacterStringPropertyType
-
setDescription
public void setDescription(CharacterStringPropertyType value)
Sets the value of the description property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetDescription
public boolean isSetDescription()
-
getRationale
public CharacterStringPropertyType getRationale()
Gets the value of the rationale property.- Returns:
- possible object is
CharacterStringPropertyType
-
setRationale
public void setRationale(CharacterStringPropertyType value)
Sets the value of the rationale property.- Parameters:
value- allowed object isCharacterStringPropertyType
-
isSetRationale
public boolean isSetRationale()
-
getDateTime
public DateTimePropertyType getDateTime()
Gets the value of the dateTime property.- Returns:
- possible object is
DateTimePropertyType
-
setDateTime
public void setDateTime(DateTimePropertyType value)
Sets the value of the dateTime property.- Parameters:
value- allowed object isDateTimePropertyType
-
isSetDateTime
public boolean isSetDateTime()
-
getProcessor
public List<CIResponsiblePartyPropertyType> getProcessor()
Gets the value of the processor 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 processor property.For example, to add a new item, do as follows:
getProcessor().add(newItem);Objects of the following type(s) are allowed in the list
CIResponsiblePartyPropertyType
-
isSetProcessor
public boolean isSetProcessor()
-
unsetProcessor
public void unsetProcessor()
-
getSource
public List<LISourcePropertyType> getSource()
Gets the value of the source 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 source property.For example, to add a new item, do as follows:
getSource().add(newItem);Objects of the following type(s) are allowed in the list
LISourcePropertyType
-
isSetSource
public boolean isSetSource()
-
unsetSource
public void unsetSource()
-
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
-
setProcessor
public void setProcessor(List<CIResponsiblePartyPropertyType> value)
-
setSource
public void setSource(List<LISourcePropertyType> value)
-
withDescription
public LIProcessStepType withDescription(CharacterStringPropertyType value)
-
withRationale
public LIProcessStepType withRationale(CharacterStringPropertyType value)
-
withDateTime
public LIProcessStepType withDateTime(DateTimePropertyType value)
-
withProcessor
public LIProcessStepType withProcessor(CIResponsiblePartyPropertyType... values)
-
withProcessor
public LIProcessStepType withProcessor(Collection<CIResponsiblePartyPropertyType> values)
-
withSource
public LIProcessStepType withSource(LISourcePropertyType... values)
-
withSource
public LIProcessStepType withSource(Collection<LISourcePropertyType> values)
-
withProcessor
public LIProcessStepType withProcessor(List<CIResponsiblePartyPropertyType> value)
-
withSource
public LIProcessStepType withSource(List<LISourcePropertyType> value)
-
withId
public LIProcessStepType withId(String value)
- Overrides:
withIdin classAbstractObjectType
-
withUuid
public LIProcessStepType withUuid(String value)
- Overrides:
withUuidin classAbstractObjectType
-
-