Package org.w3.xmldsig
Class ObjectType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
- java.lang.Object
-
- com.kscs.util.jaxb.Selector<TRoot,TParent>
-
- org.w3.xmldsig.ObjectType.Selector<TRoot,TParent>
-
- Direct Known Subclasses:
ObjectType.Select
- Enclosing class:
- ObjectType
public static class ObjectType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> extends com.kscs.util.jaxb.Selector<TRoot,TParent>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,com.kscs.util.jaxb.PropertyTree>buildChildren()This is only used by builders and other implementational detailscom.kscs.util.jaxb.Selector<TRoot,ObjectType.Selector<TRoot,TParent>>content()com.kscs.util.jaxb.Selector<TRoot,ObjectType.Selector<TRoot,TParent>>encoding()com.kscs.util.jaxb.Selector<TRoot,ObjectType.Selector<TRoot,TParent>>id()com.kscs.util.jaxb.Selector<TRoot,ObjectType.Selector<TRoot,TParent>>mimeType()
-
-
-
Method Detail
-
buildChildren
public Map<String,com.kscs.util.jaxb.PropertyTree> buildChildren()
Description copied from class:com.kscs.util.jaxb.SelectorThis is only used by builders and other implementational details
-
content
public com.kscs.util.jaxb.Selector<TRoot,ObjectType.Selector<TRoot,TParent>> content()
-
id
public com.kscs.util.jaxb.Selector<TRoot,ObjectType.Selector<TRoot,TParent>> id()
-
mimeType
public com.kscs.util.jaxb.Selector<TRoot,ObjectType.Selector<TRoot,TParent>> mimeType()
-
encoding
public com.kscs.util.jaxb.Selector<TRoot,ObjectType.Selector<TRoot,TParent>> encoding()
-
-