Uses of Class
com.vidispine.generated.AddressPortType
-
-
Uses of AddressPortType in com.vidispine.generated
Fields in com.vidispine.generated declared as AddressPortType Modifier and Type Field Description protected AddressPortType
TranscoderConfigurationType. apiURL
protected AddressPortType
StatsDRecieverType. destination
protected AddressPortType
TranscoderConfigurationType. proresDecoder
protected AddressPortType
TranscoderConfigurationType. proresEncoder
protected AddressPortType
TranscoderConfigurationType. vp6Encoder
Fields in com.vidispine.generated with type parameters of type AddressPortType Modifier and Type Field Description protected List<AddressPortType>
TranscoderConfigurationType. carbonServer
Methods in com.vidispine.generated that return AddressPortType Modifier and Type Method Description AddressPortType
ObjectFactory. createAddressPortType()
Create an instance ofAddressPortType
AddressPortType
TranscoderConfigurationType. getApiURL()
Gets the value of the apiURL property.AddressPortType
StatsDRecieverType. getDestination()
Gets the value of the destination property.AddressPortType
TranscoderConfigurationType. getProresDecoder()
Gets the value of the proresDecoder property.AddressPortType
TranscoderConfigurationType. getProresEncoder()
Gets the value of the proresEncoder property.AddressPortType
TranscoderConfigurationType. getVp6Encoder()
Gets the value of the vp6Encoder property.AddressPortType
AddressPortType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AddressPortType
AddressPortType. withAddress(String value)
AddressPortType
AddressPortType. withHost(String value)
AddressPortType
AddressPortType. withPort(int value)
Methods in com.vidispine.generated that return types with arguments of type AddressPortType Modifier and Type Method Description List<AddressPortType>
TranscoderConfigurationType. getCarbonServer()
Gets the value of the carbonServer property.Methods in com.vidispine.generated with parameters of type AddressPortType Modifier and Type Method Description void
TranscoderConfigurationType. setApiURL(AddressPortType value)
Sets the value of the apiURL property.void
StatsDRecieverType. setDestination(AddressPortType value)
Sets the value of the destination property.void
TranscoderConfigurationType. setProresDecoder(AddressPortType value)
Sets the value of the proresDecoder property.void
TranscoderConfigurationType. setProresEncoder(AddressPortType value)
Sets the value of the proresEncoder property.void
TranscoderConfigurationType. setVp6Encoder(AddressPortType value)
Sets the value of the vp6Encoder property.TranscoderConfigurationType
TranscoderConfigurationType. withApiURL(AddressPortType value)
TranscoderConfigurationType
TranscoderConfigurationType. withCarbonServer(AddressPortType... values)
StatsDRecieverType
StatsDRecieverType. withDestination(AddressPortType value)
TranscoderConfigurationType
TranscoderConfigurationType. withProresDecoder(AddressPortType value)
TranscoderConfigurationType
TranscoderConfigurationType. withProresEncoder(AddressPortType value)
TranscoderConfigurationType
TranscoderConfigurationType. withVp6Encoder(AddressPortType value)
Method parameters in com.vidispine.generated with type arguments of type AddressPortType Modifier and Type Method Description TranscoderConfigurationType
TranscoderConfigurationType. withCarbonServer(Collection<AddressPortType> values)
-