Uses of Class
com.vidispine.generated.AddressPortType
-
Uses of AddressPortType in com.vidispine.generated
Fields in com.vidispine.generated declared as AddressPortTypeModifier and TypeFieldDescriptionprotected 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 AddressPortTypeModifier and TypeFieldDescriptionprotected List<AddressPortType>
TranscoderConfigurationType.carbonServer
Methods in com.vidispine.generated that return AddressPortTypeModifier and TypeMethodDescriptionObjectFactory.createAddressPortType()
Create an instance ofAddressPortType
TranscoderConfigurationType.getApiURL()
Gets the value of the apiURL property.StatsDRecieverType.getDestination()
Gets the value of the destination property.TranscoderConfigurationType.getProresDecoder()
Gets the value of the proresDecoder property.TranscoderConfigurationType.getProresEncoder()
Gets the value of the proresEncoder property.TranscoderConfigurationType.getVp6Encoder()
Gets the value of the vp6Encoder property.AddressPortType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) AddressPortType.withAddress
(String value) Sets the value of the address property.Sets the value of the host property.AddressPortType.withPort
(int value) Sets the value of the port property.Methods in com.vidispine.generated that return types with arguments of type AddressPortTypeModifier and TypeMethodDescriptionTranscoderConfigurationType.getCarbonServer()
Gets the value of the carbonServer property.Methods in com.vidispine.generated with parameters of type AddressPortTypeModifier and TypeMethodDescriptionvoid
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.withApiURL
(AddressPortType value) Sets the value of the apiURL property.TranscoderConfigurationType.withCarbonServer
(AddressPortType... values) Adds objects to the list of CarbonServer using add methodStatsDRecieverType.withDestination
(AddressPortType value) Sets the value of the destination property.TranscoderConfigurationType.withProresDecoder
(AddressPortType value) Sets the value of the proresDecoder property.TranscoderConfigurationType.withProresEncoder
(AddressPortType value) Sets the value of the proresEncoder property.TranscoderConfigurationType.withVp6Encoder
(AddressPortType value) Sets the value of the vp6Encoder property.Method parameters in com.vidispine.generated with type arguments of type AddressPortTypeModifier and TypeMethodDescriptionTranscoderConfigurationType.withCarbonServer
(Collection<AddressPortType> values) Adds objects to the list of CarbonServer using addAll method