public class SVOperationMetadataType 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 SV_OperationMetadata_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SV_OperationMetadata_Type">
<complexContent>
<extension base="{http://www.isotc211.org/2005/gco}AbstractObject_Type">
<sequence>
<element name="operationName" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType"/>
<element name="DCP" type="{http://www.isotc211.org/2005/srv}DCPList_PropertyType" maxOccurs="unbounded"/>
<element name="operationDescription" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/>
<element name="invocationName" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" minOccurs="0"/>
<element name="parameters" type="{http://www.isotc211.org/2005/srv}SV_Parameter_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="connectPoint" type="{http://www.isotc211.org/2005/gmd}CI_OnlineResource_PropertyType" maxOccurs="unbounded"/>
<element name="dependsOn" type="{http://www.isotc211.org/2005/srv}SV_OperationMetadata_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<CIOnlineResourcePropertyType> |
connectPoint |
protected java.util.List<DCPListPropertyType> |
dcp |
protected java.util.List<SVOperationMetadataPropertyType> |
dependsOn |
protected CharacterStringPropertyType |
invocationName |
protected CharacterStringPropertyType |
operationDescription |
protected CharacterStringPropertyType |
operationName |
protected java.util.List<SVParameterPropertyType> |
parameters |
id, uuid| Constructor and Description |
|---|
SVOperationMetadataType() |
| 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<CIOnlineResourcePropertyType> |
getConnectPoint()
Gets the value of the connectPoint property.
|
java.util.List<DCPListPropertyType> |
getDCP()
Gets the value of the dcp property.
|
java.util.List<SVOperationMetadataPropertyType> |
getDependsOn()
Gets the value of the dependsOn property.
|
CharacterStringPropertyType |
getInvocationName()
Gets the value of the invocationName property.
|
CharacterStringPropertyType |
getOperationDescription()
Gets the value of the operationDescription property.
|
CharacterStringPropertyType |
getOperationName()
Gets the value of the operationName property.
|
java.util.List<SVParameterPropertyType> |
getParameters()
Gets the value of the parameters property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetConnectPoint() |
boolean |
isSetDCP() |
boolean |
isSetDependsOn() |
boolean |
isSetInvocationName() |
boolean |
isSetOperationDescription() |
boolean |
isSetOperationName() |
boolean |
isSetParameters() |
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 |
setConnectPoint(java.util.List<CIOnlineResourcePropertyType> value) |
void |
setDCP(java.util.List<DCPListPropertyType> value) |
void |
setDependsOn(java.util.List<SVOperationMetadataPropertyType> value) |
void |
setInvocationName(CharacterStringPropertyType value)
Sets the value of the invocationName property.
|
void |
setOperationDescription(CharacterStringPropertyType value)
Sets the value of the operationDescription property.
|
void |
setOperationName(CharacterStringPropertyType value)
Sets the value of the operationName property.
|
void |
setParameters(java.util.List<SVParameterPropertyType> value) |
java.lang.String |
toString() |
void |
unsetConnectPoint() |
void |
unsetDCP() |
void |
unsetDependsOn() |
void |
unsetParameters() |
SVOperationMetadataType |
withConnectPoint(CIOnlineResourcePropertyType... values) |
SVOperationMetadataType |
withConnectPoint(java.util.Collection<CIOnlineResourcePropertyType> values) |
SVOperationMetadataType |
withConnectPoint(java.util.List<CIOnlineResourcePropertyType> value) |
SVOperationMetadataType |
withDCP(java.util.Collection<DCPListPropertyType> values) |
SVOperationMetadataType |
withDCP(DCPListPropertyType... values) |
SVOperationMetadataType |
withDCP(java.util.List<DCPListPropertyType> value) |
SVOperationMetadataType |
withDependsOn(java.util.Collection<SVOperationMetadataPropertyType> values) |
SVOperationMetadataType |
withDependsOn(java.util.List<SVOperationMetadataPropertyType> value) |
SVOperationMetadataType |
withDependsOn(SVOperationMetadataPropertyType... values) |
SVOperationMetadataType |
withId(java.lang.String value) |
SVOperationMetadataType |
withInvocationName(CharacterStringPropertyType value) |
SVOperationMetadataType |
withOperationDescription(CharacterStringPropertyType value) |
SVOperationMetadataType |
withOperationName(CharacterStringPropertyType value) |
SVOperationMetadataType |
withParameters(java.util.Collection<SVParameterPropertyType> values) |
SVOperationMetadataType |
withParameters(java.util.List<SVParameterPropertyType> value) |
SVOperationMetadataType |
withParameters(SVParameterPropertyType... values) |
SVOperationMetadataType |
withUuid(java.lang.String value) |
protected CharacterStringPropertyType operationName
protected java.util.List<DCPListPropertyType> dcp
protected CharacterStringPropertyType operationDescription
protected CharacterStringPropertyType invocationName
protected java.util.List<SVParameterPropertyType> parameters
protected java.util.List<CIOnlineResourcePropertyType> connectPoint
protected java.util.List<SVOperationMetadataPropertyType> dependsOn
public CharacterStringPropertyType getOperationName()
CharacterStringPropertyTypepublic void setOperationName(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetOperationName()
public java.util.List<DCPListPropertyType> getDCP()
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 dcp property.
For example, to add a new item, do as follows:
getDCP().add(newItem);
Objects of the following type(s) are allowed in the list
DCPListPropertyType
public boolean isSetDCP()
public void unsetDCP()
public CharacterStringPropertyType getOperationDescription()
CharacterStringPropertyTypepublic void setOperationDescription(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetOperationDescription()
public CharacterStringPropertyType getInvocationName()
CharacterStringPropertyTypepublic void setInvocationName(CharacterStringPropertyType value)
value - allowed object is
CharacterStringPropertyTypepublic boolean isSetInvocationName()
public java.util.List<SVParameterPropertyType> getParameters()
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 parameters property.
For example, to add a new item, do as follows:
getParameters().add(newItem);
Objects of the following type(s) are allowed in the list
SVParameterPropertyType
public boolean isSetParameters()
public void unsetParameters()
public java.util.List<CIOnlineResourcePropertyType> getConnectPoint()
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 connectPoint property.
For example, to add a new item, do as follows:
getConnectPoint().add(newItem);
Objects of the following type(s) are allowed in the list
CIOnlineResourcePropertyType
public boolean isSetConnectPoint()
public void unsetConnectPoint()
public java.util.List<SVOperationMetadataPropertyType> getDependsOn()
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 dependsOn property.
For example, to add a new item, do as follows:
getDependsOn().add(newItem);
Objects of the following type(s) are allowed in the list
SVOperationMetadataPropertyType
public boolean isSetDependsOn()
public void unsetDependsOn()
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 setDCP(java.util.List<DCPListPropertyType> value)
public void setParameters(java.util.List<SVParameterPropertyType> value)
public void setConnectPoint(java.util.List<CIOnlineResourcePropertyType> value)
public void setDependsOn(java.util.List<SVOperationMetadataPropertyType> value)
public SVOperationMetadataType withOperationName(CharacterStringPropertyType value)
public SVOperationMetadataType withDCP(DCPListPropertyType... values)
public SVOperationMetadataType withDCP(java.util.Collection<DCPListPropertyType> values)
public SVOperationMetadataType withOperationDescription(CharacterStringPropertyType value)
public SVOperationMetadataType withInvocationName(CharacterStringPropertyType value)
public SVOperationMetadataType withParameters(SVParameterPropertyType... values)
public SVOperationMetadataType withParameters(java.util.Collection<SVParameterPropertyType> values)
public SVOperationMetadataType withConnectPoint(CIOnlineResourcePropertyType... values)
public SVOperationMetadataType withConnectPoint(java.util.Collection<CIOnlineResourcePropertyType> values)
public SVOperationMetadataType withDependsOn(SVOperationMetadataPropertyType... values)
public SVOperationMetadataType withDependsOn(java.util.Collection<SVOperationMetadataPropertyType> values)
public SVOperationMetadataType withDCP(java.util.List<DCPListPropertyType> value)
public SVOperationMetadataType withParameters(java.util.List<SVParameterPropertyType> value)
public SVOperationMetadataType withConnectPoint(java.util.List<CIOnlineResourcePropertyType> value)
public SVOperationMetadataType withDependsOn(java.util.List<SVOperationMetadataPropertyType> value)
public SVOperationMetadataType withId(java.lang.String value)
withId in class AbstractObjectTypepublic SVOperationMetadataType withUuid(java.lang.String value)
withUuid in class AbstractObjectTypeCopyright © 2008-2021. All Rights Reserved.