Uses of Class
com.vidispine.generated.EidrType
-
-
Uses of EidrType in com.vidispine.generated
Fields in com.vidispine.generated declared as EidrType Modifier and Type Field Description protected EidrType
ResourceType. eidr
Methods in com.vidispine.generated that return EidrType Modifier and Type Method Description EidrType
ObjectFactory. createEidrType()
Create an instance ofEidrType
EidrType
ResourceType. getEidr()
Gets the value of the eidr property.EidrType
EidrType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
EidrType
EidrType. withInclude(String... values)
EidrType
EidrType. withInclude(Collection<String> values)
EidrType
EidrType. withPartyId(String value)
EidrType
EidrType. withPassword(String value)
EidrType
EidrType. withUrl(String value)
EidrType
EidrType. withUserId(String value)
Methods in com.vidispine.generated that return types with arguments of type EidrType Modifier and Type Method Description javax.xml.bind.JAXBElement<EidrType>
ObjectFactory. createEidrDocument(EidrType value)
Methods in com.vidispine.generated with parameters of type EidrType Modifier and Type Method Description javax.xml.bind.JAXBElement<EidrType>
ObjectFactory. createEidrDocument(EidrType value)
void
ResourceType. setEidr(EidrType value)
Sets the value of the eidr property.ResourceType
ResourceType. withEidr(EidrType value)
-