Uses of Class
net.opengis.oseo.v_1_0.ProtocolType

Uses of ProtocolType in net.opengis.oseo.v_1_0
 

Fields in net.opengis.oseo.v_1_0 declared as ProtocolType
protected  ProtocolType OnlineAddressType.protocol
           
protected  ProtocolType DeliveryOptionsType.OnlineDataAccess.protocol
           
protected  ProtocolType DeliveryOptionsType.OnlineDataDelivery.protocol
           
 

Fields in net.opengis.oseo.v_1_0 with type parameters of type ProtocolType
protected  List<ProtocolType> CommonOrderOptionsType.ProductDeliveryOptions.OnlineDataAccess.protocol
           
protected  List<ProtocolType> CommonOrderOptionsType.ProductDeliveryOptions.OnlineDataDelivery.protocol
           
 

Methods in net.opengis.oseo.v_1_0 that return ProtocolType
static ProtocolType ProtocolType.fromValue(String v)
           
 ProtocolType OnlineAddressType.getProtocol()
          Gets the value of the protocol property.
 ProtocolType DeliveryOptionsType.OnlineDataAccess.getProtocol()
          Gets the value of the protocol property.
 ProtocolType DeliveryOptionsType.OnlineDataDelivery.getProtocol()
          Gets the value of the protocol property.
static ProtocolType ProtocolType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProtocolType[] ProtocolType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.opengis.oseo.v_1_0 that return types with arguments of type ProtocolType
 JAXBElement<ProtocolType> ObjectFactory.createProtocol(ProtocolType value)
          Create an instance of JAXBElement<ProtocolType>}
 List<ProtocolType> CommonOrderOptionsType.ProductDeliveryOptions.OnlineDataAccess.getProtocol()
          Gets the value of the protocol property.
 List<ProtocolType> CommonOrderOptionsType.ProductDeliveryOptions.OnlineDataDelivery.getProtocol()
          Gets the value of the protocol property.
 

Methods in net.opengis.oseo.v_1_0 with parameters of type ProtocolType
 JAXBElement<ProtocolType> ObjectFactory.createProtocol(ProtocolType value)
          Create an instance of JAXBElement<ProtocolType>}
 void OnlineAddressType.setProtocol(ProtocolType value)
          Sets the value of the protocol property.
 void DeliveryOptionsType.OnlineDataAccess.setProtocol(ProtocolType value)
          Sets the value of the protocol property.
 void DeliveryOptionsType.OnlineDataDelivery.setProtocol(ProtocolType value)
          Sets the value of the protocol property.
 CommonOrderOptionsType.ProductDeliveryOptions.OnlineDataAccess CommonOrderOptionsType.ProductDeliveryOptions.OnlineDataAccess.withProtocol(ProtocolType... values)
           
 CommonOrderOptionsType.ProductDeliveryOptions.OnlineDataDelivery CommonOrderOptionsType.ProductDeliveryOptions.OnlineDataDelivery.withProtocol(ProtocolType... values)
           
 OnlineAddressType OnlineAddressType.withProtocol(ProtocolType value)
           
 DeliveryOptionsType.OnlineDataAccess DeliveryOptionsType.OnlineDataAccess.withProtocol(ProtocolType value)
           
 DeliveryOptionsType.OnlineDataDelivery DeliveryOptionsType.OnlineDataDelivery.withProtocol(ProtocolType value)
           
 

Method parameters in net.opengis.oseo.v_1_0 with type arguments of type ProtocolType
 void CommonOrderOptionsType.ProductDeliveryOptions.OnlineDataAccess.setProtocol(List<ProtocolType> value)
           
 void CommonOrderOptionsType.ProductDeliveryOptions.OnlineDataDelivery.setProtocol(List<ProtocolType> value)
           
 CommonOrderOptionsType.ProductDeliveryOptions.OnlineDataAccess CommonOrderOptionsType.ProductDeliveryOptions.OnlineDataAccess.withProtocol(Collection<ProtocolType> values)
           
 CommonOrderOptionsType.ProductDeliveryOptions.OnlineDataDelivery CommonOrderOptionsType.ProductDeliveryOptions.OnlineDataDelivery.withProtocol(Collection<ProtocolType> values)
           
 CommonOrderOptionsType.ProductDeliveryOptions.OnlineDataAccess CommonOrderOptionsType.ProductDeliveryOptions.OnlineDataAccess.withProtocol(List<ProtocolType> value)
           
 CommonOrderOptionsType.ProductDeliveryOptions.OnlineDataDelivery CommonOrderOptionsType.ProductDeliveryOptions.OnlineDataDelivery.withProtocol(List<ProtocolType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.