|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.iso19139.gco.v_20060504.AbstractObjectType
net.opengis.iso19139.gmd.v_20060504.AbstractMDIdentificationType
net.opengis.iso19139.srv.v_20060504.SVServiceIdentificationType
public class SVServiceIdentificationType
Java class for SV_ServiceIdentification_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SV_ServiceIdentification_Type">
<complexContent>
<extension base="{http://www.isotc211.org/2005/gmd}AbstractMD_Identification_Type">
<sequence>
<element name="serviceType" type="{http://www.isotc211.org/2005/gco}GenericName_PropertyType"/>
<element name="serviceTypeVersion" type="{http://www.isotc211.org/2005/gco}CharacterString_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="accessProperties" type="{http://www.isotc211.org/2005/gmd}MD_StandardOrderProcess_PropertyType" minOccurs="0"/>
<element name="restrictions" type="{http://www.isotc211.org/2005/gmd}MD_Constraints_PropertyType" minOccurs="0"/>
<element name="keywords" type="{http://www.isotc211.org/2005/gmd}MD_Keywords_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="extent" type="{http://www.isotc211.org/2005/gmd}EX_Extent_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="coupledResource" type="{http://www.isotc211.org/2005/srv}SV_CoupledResource_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="couplingType" type="{http://www.isotc211.org/2005/srv}SV_CouplingType_PropertyType"/>
<element name="containsOperations" type="{http://www.isotc211.org/2005/srv}SV_OperationMetadata_PropertyType" maxOccurs="unbounded"/>
<element name="operatesOn" type="{http://www.isotc211.org/2005/gmd}MD_DataIdentification_PropertyType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected MDStandardOrderProcessPropertyType |
accessProperties
|
protected List<SVOperationMetadataPropertyType> |
containsOperations
|
protected List<SVCoupledResourcePropertyType> |
coupledResource
|
protected SVCouplingTypePropertyType |
couplingType
|
protected List<EXExtentPropertyType> |
extent
|
protected List<MDKeywordsPropertyType> |
keywords
|
protected List<MDDataIdentificationPropertyType> |
operatesOn
|
protected MDConstraintsPropertyType |
restrictions
|
protected GenericNamePropertyType |
serviceType
|
protected List<CharacterStringPropertyType> |
serviceTypeVersion
|
| Fields inherited from class net.opengis.iso19139.gmd.v_20060504.AbstractMDIdentificationType |
|---|
_abstract, aggregationInfo, citation, credit, descriptiveKeywords, graphicOverview, pointOfContact, purpose, resourceConstraints, resourceFormat, resourceMaintenance, resourceSpecificUsage, status |
| Fields inherited from class net.opengis.iso19139.gco.v_20060504.AbstractObjectType |
|---|
id, uuid |
| Constructor Summary | |
|---|---|
SVServiceIdentificationType()
|
|
| Methods inherited from class net.opengis.iso19139.gmd.v_20060504.AbstractMDIdentificationType |
|---|
getAbstract, getAggregationInfo, getCitation, getCredit, getDescriptiveKeywords, getGraphicOverview, getPointOfContact, getPurpose, getResourceConstraints, getResourceFormat, getResourceMaintenance, getResourceSpecificUsage, getStatus, setAbstract, setAggregationInfo, setCitation, setCredit, setDescriptiveKeywords, setGraphicOverview, setPointOfContact, setPurpose, setResourceConstraints, setResourceFormat, setResourceMaintenance, setResourceSpecificUsage, setStatus |
| Methods inherited from class net.opengis.iso19139.gco.v_20060504.AbstractObjectType |
|---|
getId, getUuid, setId, setUuid |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected GenericNamePropertyType serviceType
protected List<CharacterStringPropertyType> serviceTypeVersion
protected MDStandardOrderProcessPropertyType accessProperties
protected MDConstraintsPropertyType restrictions
protected List<MDKeywordsPropertyType> keywords
protected List<EXExtentPropertyType> extent
protected List<SVCoupledResourcePropertyType> coupledResource
protected SVCouplingTypePropertyType couplingType
protected List<SVOperationMetadataPropertyType> containsOperations
protected List<MDDataIdentificationPropertyType> operatesOn
| Constructor Detail |
|---|
public SVServiceIdentificationType()
| Method Detail |
|---|
public GenericNamePropertyType getServiceType()
GenericNamePropertyTypepublic void setServiceType(GenericNamePropertyType value)
value - allowed object is
GenericNamePropertyTypepublic List<CharacterStringPropertyType> getServiceTypeVersion()
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 serviceTypeVersion property.
For example, to add a new item, do as follows:
getServiceTypeVersion().add(newItem);
Objects of the following type(s) are allowed in the list
CharacterStringPropertyType
public MDStandardOrderProcessPropertyType getAccessProperties()
MDStandardOrderProcessPropertyTypepublic void setAccessProperties(MDStandardOrderProcessPropertyType value)
value - allowed object is
MDStandardOrderProcessPropertyTypepublic MDConstraintsPropertyType getRestrictions()
MDConstraintsPropertyTypepublic void setRestrictions(MDConstraintsPropertyType value)
value - allowed object is
MDConstraintsPropertyTypepublic List<MDKeywordsPropertyType> getKeywords()
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 keywords property.
For example, to add a new item, do as follows:
getKeywords().add(newItem);
Objects of the following type(s) are allowed in the list
MDKeywordsPropertyType
public List<EXExtentPropertyType> getExtent()
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 extent property.
For example, to add a new item, do as follows:
getExtent().add(newItem);
Objects of the following type(s) are allowed in the list
EXExtentPropertyType
public List<SVCoupledResourcePropertyType> getCoupledResource()
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 coupledResource property.
For example, to add a new item, do as follows:
getCoupledResource().add(newItem);
Objects of the following type(s) are allowed in the list
SVCoupledResourcePropertyType
public SVCouplingTypePropertyType getCouplingType()
SVCouplingTypePropertyTypepublic void setCouplingType(SVCouplingTypePropertyType value)
value - allowed object is
SVCouplingTypePropertyTypepublic List<SVOperationMetadataPropertyType> getContainsOperations()
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 containsOperations property.
For example, to add a new item, do as follows:
getContainsOperations().add(newItem);
Objects of the following type(s) are allowed in the list
SVOperationMetadataPropertyType
public List<MDDataIdentificationPropertyType> getOperatesOn()
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 operatesOn property.
For example, to add a new item, do as follows:
getOperatesOn().add(newItem);
Objects of the following type(s) are allowed in the list
MDDataIdentificationPropertyType
public String toString()
toString in class AbstractMDIdentificationType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractMDIdentificationType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractMDIdentificationType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractMDIdentificationTypepublic boolean equals(Object object)
equals in class AbstractMDIdentificationType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractMDIdentificationTypepublic int hashCode()
hashCode in class AbstractMDIdentificationTypepublic Object clone()
clone in class AbstractMDIdentificationTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractMDIdentificationType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractMDIdentificationTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractMDIdentificationType
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.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractMDIdentificationTypepublic void setServiceTypeVersion(List<CharacterStringPropertyType> value)
public void setKeywords(List<MDKeywordsPropertyType> value)
public void setExtent(List<EXExtentPropertyType> value)
public void setCoupledResource(List<SVCoupledResourcePropertyType> value)
public void setContainsOperations(List<SVOperationMetadataPropertyType> value)
public void setOperatesOn(List<MDDataIdentificationPropertyType> value)
public SVServiceIdentificationType withServiceType(GenericNamePropertyType value)
public SVServiceIdentificationType withServiceTypeVersion(CharacterStringPropertyType... values)
public SVServiceIdentificationType withServiceTypeVersion(Collection<CharacterStringPropertyType> values)
public SVServiceIdentificationType withAccessProperties(MDStandardOrderProcessPropertyType value)
public SVServiceIdentificationType withRestrictions(MDConstraintsPropertyType value)
public SVServiceIdentificationType withKeywords(MDKeywordsPropertyType... values)
public SVServiceIdentificationType withKeywords(Collection<MDKeywordsPropertyType> values)
public SVServiceIdentificationType withExtent(EXExtentPropertyType... values)
public SVServiceIdentificationType withExtent(Collection<EXExtentPropertyType> values)
public SVServiceIdentificationType withCoupledResource(SVCoupledResourcePropertyType... values)
public SVServiceIdentificationType withCoupledResource(Collection<SVCoupledResourcePropertyType> values)
public SVServiceIdentificationType withCouplingType(SVCouplingTypePropertyType value)
public SVServiceIdentificationType withContainsOperations(SVOperationMetadataPropertyType... values)
public SVServiceIdentificationType withContainsOperations(Collection<SVOperationMetadataPropertyType> values)
public SVServiceIdentificationType withOperatesOn(MDDataIdentificationPropertyType... values)
public SVServiceIdentificationType withOperatesOn(Collection<MDDataIdentificationPropertyType> values)
public SVServiceIdentificationType withServiceTypeVersion(List<CharacterStringPropertyType> value)
public SVServiceIdentificationType withKeywords(List<MDKeywordsPropertyType> value)
public SVServiceIdentificationType withExtent(List<EXExtentPropertyType> value)
public SVServiceIdentificationType withCoupledResource(List<SVCoupledResourcePropertyType> value)
public SVServiceIdentificationType withContainsOperations(List<SVOperationMetadataPropertyType> value)
public SVServiceIdentificationType withOperatesOn(List<MDDataIdentificationPropertyType> value)
public SVServiceIdentificationType withCitation(CICitationPropertyType value)
withCitation in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withAbstract(CharacterStringPropertyType value)
withAbstract in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withPurpose(CharacterStringPropertyType value)
withPurpose in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withCredit(CharacterStringPropertyType... values)
withCredit in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withCredit(Collection<CharacterStringPropertyType> values)
withCredit in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withStatus(MDProgressCodePropertyType... values)
withStatus in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withStatus(Collection<MDProgressCodePropertyType> values)
withStatus in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withPointOfContact(CIResponsiblePartyPropertyType... values)
withPointOfContact in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withPointOfContact(Collection<CIResponsiblePartyPropertyType> values)
withPointOfContact in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withResourceMaintenance(MDMaintenanceInformationPropertyType... values)
withResourceMaintenance in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withResourceMaintenance(Collection<MDMaintenanceInformationPropertyType> values)
withResourceMaintenance in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withGraphicOverview(MDBrowseGraphicPropertyType... values)
withGraphicOverview in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withGraphicOverview(Collection<MDBrowseGraphicPropertyType> values)
withGraphicOverview in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withResourceFormat(MDFormatPropertyType... values)
withResourceFormat in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withResourceFormat(Collection<MDFormatPropertyType> values)
withResourceFormat in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withDescriptiveKeywords(MDKeywordsPropertyType... values)
withDescriptiveKeywords in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withDescriptiveKeywords(Collection<MDKeywordsPropertyType> values)
withDescriptiveKeywords in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withResourceSpecificUsage(MDUsagePropertyType... values)
withResourceSpecificUsage in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withResourceSpecificUsage(Collection<MDUsagePropertyType> values)
withResourceSpecificUsage in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withResourceConstraints(MDConstraintsPropertyType... values)
withResourceConstraints in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withResourceConstraints(Collection<MDConstraintsPropertyType> values)
withResourceConstraints in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withAggregationInfo(MDAggregateInformationPropertyType... values)
withAggregationInfo in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withAggregationInfo(Collection<MDAggregateInformationPropertyType> values)
withAggregationInfo in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withCredit(List<CharacterStringPropertyType> value)
withCredit in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withStatus(List<MDProgressCodePropertyType> value)
withStatus in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withPointOfContact(List<CIResponsiblePartyPropertyType> value)
withPointOfContact in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withResourceMaintenance(List<MDMaintenanceInformationPropertyType> value)
withResourceMaintenance in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withGraphicOverview(List<MDBrowseGraphicPropertyType> value)
withGraphicOverview in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withResourceFormat(List<MDFormatPropertyType> value)
withResourceFormat in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withDescriptiveKeywords(List<MDKeywordsPropertyType> value)
withDescriptiveKeywords in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withResourceSpecificUsage(List<MDUsagePropertyType> value)
withResourceSpecificUsage in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withResourceConstraints(List<MDConstraintsPropertyType> value)
withResourceConstraints in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withAggregationInfo(List<MDAggregateInformationPropertyType> value)
withAggregationInfo in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withId(String value)
withId in class AbstractMDIdentificationTypepublic SVServiceIdentificationType withUuid(String value)
withUuid in class AbstractMDIdentificationType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||