deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial)

org.deegree.portal.cataloguemanager.model
Class SVServiceIdentification

java.lang.Object
  extended by org.deegree.portal.cataloguemanager.model.SVServiceIdentification

public class SVServiceIdentification
extends Object

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

citation

protected Citation citation

_abstract

protected Abstract _abstract

pointOfContact

protected PointOfContact pointOfContact

descriptiveKeywords

protected List<DescriptiveKeywords> descriptiveKeywords

resourceConstraints

protected List<ResourceConstraints> resourceConstraints

serviceType

protected ServiceType serviceType

serviceTypeVersion

protected ServiceTypeVersion serviceTypeVersion

accessProperties

protected AccessProperties accessProperties

restrictions

protected Restrictions restrictions

extent

protected SVServiceIdentification.Extent extent

coupledResource

protected List<CoupledResource> coupledResource

couplingType

protected CouplingType couplingType

containsOperations

protected List<ContainsOperations> containsOperations

operatesOn

protected OperatesOn operatesOn
Constructor Detail

SVServiceIdentification

public SVServiceIdentification()
Method Detail

getCitation

public Citation getCitation()
Gets the value of the citation property.

Returns:
possible object is Citation

setCitation

public void setCitation(Citation value)
Sets the value of the citation property.

Parameters:
value - allowed object is Citation

getAbstract

public Abstract getAbstract()
Gets the value of the abstract property.

Returns:
possible object is Abstract

setAbstract

public void setAbstract(Abstract value)
Sets the value of the abstract property.

Parameters:
value - allowed object is Abstract

getPointOfContact

public PointOfContact getPointOfContact()
Gets the value of the pointOfContact property.

Returns:
possible object is PointOfContact

setPointOfContact

public void setPointOfContact(PointOfContact value)
Sets the value of the pointOfContact property.

Parameters:
value - allowed object is PointOfContact

getDescriptiveKeywords

public List<DescriptiveKeywords> getDescriptiveKeywords()
Gets the value of the descriptiveKeywords 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 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


getResourceConstraints

public List<ResourceConstraints> getResourceConstraints()
Gets the value of the resourceConstraints 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 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


getServiceType

public ServiceType getServiceType()
Gets the value of the serviceType property.

Returns:
possible object is ServiceType

setServiceType

public void setServiceType(ServiceType value)
Sets the value of the serviceType property.

Parameters:
value - allowed object is ServiceType

getServiceTypeVersion

public ServiceTypeVersion getServiceTypeVersion()
Gets the value of the serviceTypeVersion property.

Returns:
possible object is ServiceTypeVersion

setServiceTypeVersion

public void setServiceTypeVersion(ServiceTypeVersion value)
Sets the value of the serviceTypeVersion property.

Parameters:
value - allowed object is ServiceTypeVersion

getAccessProperties

public AccessProperties getAccessProperties()
Gets the value of the accessProperties property.

Returns:
possible object is AccessProperties

setAccessProperties

public void setAccessProperties(AccessProperties value)
Sets the value of the accessProperties property.

Parameters:
value - allowed object is AccessProperties

getRestrictions

public Restrictions getRestrictions()
Gets the value of the restrictions property.

Returns:
possible object is Restrictions

setRestrictions

public void setRestrictions(Restrictions value)
Sets the value of the restrictions property.

Parameters:
value - allowed object is Restrictions

getExtent

public SVServiceIdentification.Extent getExtent()
Gets the value of the extent property.

Returns:
possible object is SVServiceIdentification.Extent

setExtent

public void setExtent(SVServiceIdentification.Extent value)
Sets the value of the extent property.

Parameters:
value - allowed object is SVServiceIdentification.Extent

getCoupledResource

public List<CoupledResource> getCoupledResource()
Gets the value of the coupledResource 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 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


getCouplingType

public CouplingType getCouplingType()
Gets the value of the couplingType property.

Returns:
possible object is CouplingType

setCouplingType

public void setCouplingType(CouplingType value)
Sets the value of the couplingType property.

Parameters:
value - allowed object is CouplingType

getContainsOperations

public List<ContainsOperations> getContainsOperations()
Gets the value of the containsOperations 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 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


getOperatesOn

public OperatesOn getOperatesOn()
Gets the value of the operatesOn property.

Returns:
possible object is OperatesOn

setOperatesOn

public void setOperatesOn(OperatesOn value)
Sets the value of the operatesOn property.

Parameters:
value - allowed object is OperatesOn

deegree 2.6-pre (2011/11/29 00:10 build-378-unofficial)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org