Uses of Class
com.vidispine.generated.SiteRuleType
-
-
Uses of SiteRuleType in com.vidispine.generated
Fields in com.vidispine.generated declared as SiteRuleType Modifier and Type Field Description protected SiteRuleType
EntitySynchronizeType. rule
Fields in com.vidispine.generated with type parameters of type SiteRuleType Modifier and Type Field Description protected List<SiteRuleType>
SiteRuleListType. siteRule
Methods in com.vidispine.generated that return SiteRuleType Modifier and Type Method Description SiteRuleType
ObjectFactory. createSiteRuleType()
Create an instance ofSiteRuleType
SiteRuleType
EntitySynchronizeType. getRule()
Gets the value of the rule property.SiteRuleType
SiteRuleType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SiteRuleType
SiteRuleType. withAccess(Boolean value)
SiteRuleType
SiteRuleType. withDeleted(Boolean value)
SiteRuleType
SiteRuleType. withFiles(Boolean value)
SiteRuleType
SiteRuleType. withGroups(Boolean value)
SiteRuleType
SiteRuleType. withId(String value)
SiteRuleType
SiteRuleType. withLocalTargetStorage(String value)
SiteRuleType
SiteRuleType. withMetadata(Boolean value)
SiteRuleType
SiteRuleType. withShape(String... values)
SiteRuleType
SiteRuleType. withShape(Collection<String> values)
SiteRuleType
SiteRuleType. withSite(String value)
SiteRuleType
SiteRuleType. withTargetStorage(String value)
Methods in com.vidispine.generated that return types with arguments of type SiteRuleType Modifier and Type Method Description javax.xml.bind.JAXBElement<SiteRuleType>
ObjectFactory. createSiteRuleDocument(SiteRuleType value)
List<SiteRuleType>
SiteRuleListType. getSiteRule()
Gets the value of the siteRule property.Methods in com.vidispine.generated with parameters of type SiteRuleType Modifier and Type Method Description javax.xml.bind.JAXBElement<SiteRuleType>
ObjectFactory. createSiteRuleDocument(SiteRuleType value)
void
EntitySynchronizeType. setRule(SiteRuleType value)
Sets the value of the rule property.EntitySynchronizeType
EntitySynchronizeType. withRule(SiteRuleType value)
SiteRuleListType
SiteRuleListType. withSiteRule(SiteRuleType... values)
Method parameters in com.vidispine.generated with type arguments of type SiteRuleType Modifier and Type Method Description SiteRuleListType
SiteRuleListType. withSiteRule(Collection<SiteRuleType> values)
-