net.opengis.iso19139.srv.v_20060504
Class SVPlatformSpecificServiceSpecificationType
java.lang.Object
net.opengis.iso19139.gco.v_20060504.AbstractObjectType
net.opengis.iso19139.srv.v_20060504.SVServiceSpecificationType
net.opengis.iso19139.srv.v_20060504.SVPlatformNeutralServiceSpecificationType
net.opengis.iso19139.srv.v_20060504.SVPlatformSpecificServiceSpecificationType
- All Implemented Interfaces:
- 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
public class SVPlatformSpecificServiceSpecificationType
- extends SVPlatformNeutralServiceSpecificationType
- implements 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_PlatformSpecificServiceSpecification_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SV_PlatformSpecificServiceSpecification_Type">
<complexContent>
<extension base="{http://www.isotc211.org/2005/srv}SV_PlatformNeutralServiceSpecification_Type">
<sequence>
<element name="DCP" type="{http://www.isotc211.org/2005/srv}DCPList_PropertyType"/>
<element name="implementation" type="{http://www.isotc211.org/2005/srv}SV_Service_PropertyType" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
Method Summary |
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)
|
DCPListPropertyType |
getDCP()
Gets the value of the dcp property. |
List<SVServicePropertyType> |
getImplementation()
Gets the value of the implementation property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetDCP()
|
boolean |
isSetImplementation()
|
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 |
setDCP(DCPListPropertyType value)
Sets the value of the dcp property. |
void |
setImplementation(List<SVServicePropertyType> value)
|
String |
toString()
|
void |
unsetImplementation()
|
SVPlatformSpecificServiceSpecificationType |
withDCP(DCPListPropertyType value)
|
SVPlatformSpecificServiceSpecificationType |
withId(String value)
|
SVPlatformSpecificServiceSpecificationType |
withImplementation(Collection<SVServicePropertyType> values)
|
SVPlatformSpecificServiceSpecificationType |
withImplementation(List<SVServicePropertyType> value)
|
SVPlatformSpecificServiceSpecificationType |
withImplementation(SVServicePropertyType... values)
|
SVPlatformSpecificServiceSpecificationType |
withImplSpec(SVPlatformSpecificServiceSpecificationPropertyType value)
|
SVPlatformSpecificServiceSpecificationType |
withName(CharacterStringPropertyType value)
|
SVPlatformSpecificServiceSpecificationType |
withOpModel(SVOperationModelPropertyType value)
|
SVPlatformSpecificServiceSpecificationType |
withServiceType(SVServiceTypePropertyType value)
|
SVPlatformSpecificServiceSpecificationType |
withTheSVInterface(Collection<SVInterfacePropertyType> values)
|
SVPlatformSpecificServiceSpecificationType |
withTheSVInterface(List<SVInterfacePropertyType> value)
|
SVPlatformSpecificServiceSpecificationType |
withTheSVInterface(SVInterfacePropertyType... values)
|
SVPlatformSpecificServiceSpecificationType |
withTypeSpec(SVPlatformNeutralServiceSpecificationPropertyType value)
|
SVPlatformSpecificServiceSpecificationType |
withUuid(String value)
|
| Methods inherited from class net.opengis.iso19139.srv.v_20060504.SVServiceSpecificationType |
getName, getOpModel, getTheSVInterface, getTypeSpec, isSetName, isSetOpModel, isSetTheSVInterface, isSetTypeSpec, setName, setOpModel, setTheSVInterface, setTypeSpec, unsetTheSVInterface |
dcp
protected DCPListPropertyType dcp
implementation
protected List<SVServicePropertyType> implementation
SVPlatformSpecificServiceSpecificationType
public SVPlatformSpecificServiceSpecificationType()
getDCP
public DCPListPropertyType getDCP()
- Gets the value of the dcp property.
- Returns:
- possible object is
DCPListPropertyType
setDCP
public void setDCP(DCPListPropertyType value)
- Sets the value of the dcp property.
- Parameters:
value - allowed object is
DCPListPropertyType
isSetDCP
public boolean isSetDCP()
getImplementation
public List<SVServicePropertyType> getImplementation()
- Gets the value of the implementation 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 JAXB object.
This is why there is not a set method for the implementation property.
For example, to add a new item, do as follows:
getImplementation().add(newItem);
Objects of the following type(s) are allowed in the list
SVServicePropertyType
isSetImplementation
public boolean isSetImplementation()
unsetImplementation
public void unsetImplementation()
toString
public String toString()
- Overrides:
toString in class SVPlatformNeutralServiceSpecificationType
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2- Overrides:
append in class SVPlatformNeutralServiceSpecificationType
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFields in class SVPlatformNeutralServiceSpecificationType
equals
public 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)
- Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equals in class SVPlatformNeutralServiceSpecificationType
equals
public boolean equals(Object object)
- Overrides:
equals in class SVPlatformNeutralServiceSpecificationType
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCode in class SVPlatformNeutralServiceSpecificationType
hashCode
public int hashCode()
- Overrides:
hashCode in class SVPlatformNeutralServiceSpecificationType
clone
public Object clone()
- Overrides:
clone in class SVPlatformNeutralServiceSpecificationType
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyTo in class SVPlatformNeutralServiceSpecificationType
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyTo in class SVPlatformNeutralServiceSpecificationType
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2- Overrides:
createNewInstance in class SVPlatformNeutralServiceSpecificationType
mergeFrom
public void mergeFrom(Object left,
Object right)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2- Overrides:
mergeFrom in class SVPlatformNeutralServiceSpecificationType
mergeFrom
public 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)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2- Overrides:
mergeFrom in class SVPlatformNeutralServiceSpecificationType
setImplementation
public void setImplementation(List<SVServicePropertyType> value)
withDCP
public SVPlatformSpecificServiceSpecificationType withDCP(DCPListPropertyType value)
withImplementation
public SVPlatformSpecificServiceSpecificationType withImplementation(SVServicePropertyType... values)
withImplementation
public SVPlatformSpecificServiceSpecificationType withImplementation(Collection<SVServicePropertyType> values)
withImplementation
public SVPlatformSpecificServiceSpecificationType withImplementation(List<SVServicePropertyType> value)
withServiceType
public SVPlatformSpecificServiceSpecificationType withServiceType(SVServiceTypePropertyType value)
- Overrides:
withServiceType in class SVPlatformNeutralServiceSpecificationType
withImplSpec
public SVPlatformSpecificServiceSpecificationType withImplSpec(SVPlatformSpecificServiceSpecificationPropertyType value)
- Overrides:
withImplSpec in class SVPlatformNeutralServiceSpecificationType
withName
public SVPlatformSpecificServiceSpecificationType withName(CharacterStringPropertyType value)
- Overrides:
withName in class SVPlatformNeutralServiceSpecificationType
withOpModel
public SVPlatformSpecificServiceSpecificationType withOpModel(SVOperationModelPropertyType value)
- Overrides:
withOpModel in class SVPlatformNeutralServiceSpecificationType
withTypeSpec
public SVPlatformSpecificServiceSpecificationType withTypeSpec(SVPlatformNeutralServiceSpecificationPropertyType value)
- Overrides:
withTypeSpec in class SVPlatformNeutralServiceSpecificationType
withTheSVInterface
public SVPlatformSpecificServiceSpecificationType withTheSVInterface(SVInterfacePropertyType... values)
- Overrides:
withTheSVInterface in class SVPlatformNeutralServiceSpecificationType
withTheSVInterface
public SVPlatformSpecificServiceSpecificationType withTheSVInterface(Collection<SVInterfacePropertyType> values)
- Overrides:
withTheSVInterface in class SVPlatformNeutralServiceSpecificationType
withTheSVInterface
public SVPlatformSpecificServiceSpecificationType withTheSVInterface(List<SVInterfacePropertyType> value)
- Overrides:
withTheSVInterface in class SVPlatformNeutralServiceSpecificationType
withId
public SVPlatformSpecificServiceSpecificationType withId(String value)
- Overrides:
withId in class SVPlatformNeutralServiceSpecificationType
withUuid
public SVPlatformSpecificServiceSpecificationType withUuid(String value)
- Overrides:
withUuid in class SVPlatformNeutralServiceSpecificationType
Copyright © 2008-2016. All Rights Reserved.