Uses of Class
org.openliberty.xmltooling.epr.ServiceType

Packages that use ServiceType
org.openliberty.xmltooling.disco   
org.openliberty.xmltooling.epr   
 

Uses of ServiceType in org.openliberty.xmltooling.disco
 

Fields in org.openliberty.xmltooling.disco with type parameters of type ServiceType
private  org.opensaml.xml.util.XMLObjectChildrenList<ServiceType> RequestedService.serviceTypes
           
 

Methods in org.openliberty.xmltooling.disco that return types with arguments of type ServiceType
 org.opensaml.xml.util.XMLObjectChildrenList<ServiceType> RequestedService.getServiceTypes()
           
 

Uses of ServiceType in org.openliberty.xmltooling.epr
 

Fields in org.openliberty.xmltooling.epr with type parameters of type ServiceType
private  org.opensaml.xml.util.XMLObjectChildrenList<ServiceType> Metadata.serviceTypes
           
 

Methods in org.openliberty.xmltooling.epr that return ServiceType
 ServiceType ServiceTypeBuilder.buildObject()
           
 ServiceType ServiceTypeBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
           
 

Methods in org.openliberty.xmltooling.epr that return types with arguments of type ServiceType
 java.util.List<ServiceType> Metadata.getServiceTypes()
          One or more <ServiceType> elements MUST be present in the EPR <Metadata> element.