|
deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.portal.cataloguemanager.model.SVServiceIdentification
public class SVServiceIdentification
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.isotc211.org/2005/gmd}citation"/>
<element ref="{http://www.isotc211.org/2005/gmd}abstract"/>
<element ref="{http://www.isotc211.org/2005/gmd}pointOfContact"/>
<element ref="{http://www.isotc211.org/2005/gmd}descriptiveKeywords" maxOccurs="unbounded"/>
<element ref="{http://www.isotc211.org/2005/gmd}resourceConstraints" maxOccurs="unbounded"/>
<element ref="{http://www.isotc211.org/2005/srv}serviceType"/>
<element ref="{http://www.isotc211.org/2005/srv}serviceTypeVersion"/>
<element ref="{http://www.isotc211.org/2005/srv}accessProperties"/>
<element ref="{http://www.isotc211.org/2005/srv}restrictions"/>
<element name="extent">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.isotc211.org/2005/gmd}EX_Extent"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element ref="{http://www.isotc211.org/2005/srv}coupledResource" maxOccurs="unbounded"/>
<element ref="{http://www.isotc211.org/2005/srv}couplingType"/>
<element ref="{http://www.isotc211.org/2005/srv}containsOperations" maxOccurs="unbounded"/>
<element ref="{http://www.isotc211.org/2005/srv}operatesOn"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
SVServiceIdentification.Extent
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Abstract |
_abstract
|
protected AccessProperties |
accessProperties
|
protected Citation |
citation
|
protected List<ContainsOperations> |
containsOperations
|
protected List<CoupledResource> |
coupledResource
|
protected CouplingType |
couplingType
|
protected List<DescriptiveKeywords> |
descriptiveKeywords
|
protected SVServiceIdentification.Extent |
extent
|
protected OperatesOn |
operatesOn
|
protected PointOfContact |
pointOfContact
|
protected List<ResourceConstraints> |
resourceConstraints
|
protected Restrictions |
restrictions
|
protected ServiceType |
serviceType
|
protected ServiceTypeVersion |
serviceTypeVersion
|
| Constructor Summary | |
|---|---|
SVServiceIdentification()
|
|
| Method Summary | |
|---|---|
Abstract |
getAbstract()
Gets the value of the abstract property. |
AccessProperties |
getAccessProperties()
Gets the value of the accessProperties property. |
Citation |
getCitation()
Gets the value of the citation property. |
List<ContainsOperations> |
getContainsOperations()
Gets the value of the containsOperations property. |
List<CoupledResource> |
getCoupledResource()
Gets the value of the coupledResource property. |
CouplingType |
getCouplingType()
Gets the value of the couplingType property. |
List<DescriptiveKeywords> |
getDescriptiveKeywords()
Gets the value of the descriptiveKeywords property. |
SVServiceIdentification.Extent |
getExtent()
Gets the value of the extent property. |
OperatesOn |
getOperatesOn()
Gets the value of the operatesOn property. |
PointOfContact |
getPointOfContact()
Gets the value of the pointOfContact property. |
List<ResourceConstraints> |
getResourceConstraints()
Gets the value of the resourceConstraints property. |
Restrictions |
getRestrictions()
Gets the value of the restrictions property. |
ServiceType |
getServiceType()
Gets the value of the serviceType property. |
ServiceTypeVersion |
getServiceTypeVersion()
Gets the value of the serviceTypeVersion property. |
void |
setAbstract(Abstract value)
Sets the value of the abstract property. |
void |
setAccessProperties(AccessProperties value)
Sets the value of the accessProperties property. |
void |
setCitation(Citation value)
Sets the value of the citation property. |
void |
setCouplingType(CouplingType value)
Sets the value of the couplingType property. |
void |
setExtent(SVServiceIdentification.Extent value)
Sets the value of the extent property. |
void |
setOperatesOn(OperatesOn value)
Sets the value of the operatesOn property. |
void |
setPointOfContact(PointOfContact value)
Sets the value of the pointOfContact property. |
void |
setRestrictions(Restrictions value)
Sets the value of the restrictions property. |
void |
setServiceType(ServiceType value)
Sets the value of the serviceType property. |
void |
setServiceTypeVersion(ServiceTypeVersion value)
Sets the value of the serviceTypeVersion property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Citation citation
protected Abstract _abstract
protected PointOfContact pointOfContact
protected List<DescriptiveKeywords> descriptiveKeywords
protected List<ResourceConstraints> resourceConstraints
protected ServiceType serviceType
protected ServiceTypeVersion serviceTypeVersion
protected AccessProperties accessProperties
protected Restrictions restrictions
protected SVServiceIdentification.Extent extent
protected List<CoupledResource> coupledResource
protected CouplingType couplingType
protected List<ContainsOperations> containsOperations
protected OperatesOn operatesOn
| Constructor Detail |
|---|
public SVServiceIdentification()
| Method Detail |
|---|
public Citation getCitation()
Citationpublic void setCitation(Citation value)
value - allowed object is
Citationpublic Abstract getAbstract()
Abstractpublic void setAbstract(Abstract value)
value - allowed object is
Abstractpublic PointOfContact getPointOfContact()
PointOfContactpublic void setPointOfContact(PointOfContact value)
value - allowed object is
PointOfContactpublic List<DescriptiveKeywords> getDescriptiveKeywords()
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 descriptiveKeywords property.
For example, to add a new item, do as follows:
getDescriptiveKeywords().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptiveKeywords
public List<ResourceConstraints> getResourceConstraints()
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 resourceConstraints property.
For example, to add a new item, do as follows:
getResourceConstraints().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceConstraints
public ServiceType getServiceType()
ServiceTypepublic void setServiceType(ServiceType value)
value - allowed object is
ServiceTypepublic ServiceTypeVersion getServiceTypeVersion()
ServiceTypeVersionpublic void setServiceTypeVersion(ServiceTypeVersion value)
value - allowed object is
ServiceTypeVersionpublic AccessProperties getAccessProperties()
AccessPropertiespublic void setAccessProperties(AccessProperties value)
value - allowed object is
AccessPropertiespublic Restrictions getRestrictions()
Restrictionspublic void setRestrictions(Restrictions value)
value - allowed object is
Restrictionspublic SVServiceIdentification.Extent getExtent()
SVServiceIdentification.Extentpublic void setExtent(SVServiceIdentification.Extent value)
value - allowed object is
SVServiceIdentification.Extentpublic List<CoupledResource> 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
CoupledResource
public CouplingType getCouplingType()
CouplingTypepublic void setCouplingType(CouplingType value)
value - allowed object is
CouplingTypepublic List<ContainsOperations> 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
ContainsOperations
public OperatesOn getOperatesOn()
OperatesOnpublic void setOperatesOn(OperatesOn value)
value - allowed object is
OperatesOn
|
deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org