Uses of Interface
org.deegree.services.wcas.metadatadesc.OnLineResource

Packages that use OnLineResource
org.deegree_impl.services.wcas.metadatadesc   
org.deegree.services.wcas.metadatadesc   
 

Uses of OnLineResource in org.deegree_impl.services.wcas.metadatadesc
 

Classes in org.deegree_impl.services.wcas.metadatadesc that implement OnLineResource
 class OnLineResource_Impl
          OnLineResource_Impl.java Created on 16.
 

Fields in org.deegree_impl.services.wcas.metadatadesc declared as OnLineResource
private  OnLineResource PermittedValues_Impl.onlineresource
           
private  OnLineResource ContactInfo_Impl.onlineresource
           
 

Methods in org.deegree_impl.services.wcas.metadatadesc that return OnLineResource
private static OnLineResource WCAS_ISO19119Factory.getOnLineResource(org.w3c.dom.Element olrElement)
          returns an instance of the element <onLineResource> minOccurs="0"
 OnLineResource PermittedValues_Impl.getOnLineResource()
          minOccurs="0"
 OnLineResource ContactInfo_Impl.getOnLineResource()
          minOccurs="0"
 

Methods in org.deegree_impl.services.wcas.metadatadesc with parameters of type OnLineResource
 void PermittedValues_Impl.setOnLineResource(OnLineResource onlineresource)
           
 void ContactInfo_Impl.setOnLineResource(OnLineResource onlineresource)
           
 

Constructors in org.deegree_impl.services.wcas.metadatadesc with parameters of type OnLineResource
PermittedValues_Impl(DataType[] datatype, EnumValues[] enumvalues, InstanceValue[] instancevalue, OnLineResource onlineresource, Range[] range)
          Creates a new instance of PermittedValues_Impl
ContactInfo_Impl(Address address, java.lang.String contactinstructions, java.lang.String hoursofservice, OnLineResource onlineresource, Phone phone)
          Creates a new instance of ContactInfo_Impl
 

Uses of OnLineResource in org.deegree.services.wcas.metadatadesc
 

Methods in org.deegree.services.wcas.metadatadesc that return OnLineResource
 OnLineResource PermittedValues.getOnLineResource()
          minOccurs="0"
 OnLineResource ContactInfo.getOnLineResource()
          minOccurs="0"