Package org.w3.xmldsig
Class ReferenceType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
- java.lang.Object
-
- com.kscs.util.jaxb.Selector<TRoot,TParent>
-
- org.w3.xmldsig.ReferenceType.Selector<TRoot,TParent>
-
- Direct Known Subclasses:
ReferenceType.Select
- Enclosing class:
- ReferenceType
public static class ReferenceType.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 detailsDigestMethodType.Selector<TRoot,ReferenceType.Selector<TRoot,TParent>>digestMethod()com.kscs.util.jaxb.Selector<TRoot,ReferenceType.Selector<TRoot,TParent>>digestValue()com.kscs.util.jaxb.Selector<TRoot,ReferenceType.Selector<TRoot,TParent>>id()TransformsType.Selector<TRoot,ReferenceType.Selector<TRoot,TParent>>transforms()com.kscs.util.jaxb.Selector<TRoot,ReferenceType.Selector<TRoot,TParent>>type()com.kscs.util.jaxb.Selector<TRoot,ReferenceType.Selector<TRoot,TParent>>uri()
-
-
-
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
-
transforms
public TransformsType.Selector<TRoot,ReferenceType.Selector<TRoot,TParent>> transforms()
-
digestMethod
public DigestMethodType.Selector<TRoot,ReferenceType.Selector<TRoot,TParent>> digestMethod()
-
digestValue
public com.kscs.util.jaxb.Selector<TRoot,ReferenceType.Selector<TRoot,TParent>> digestValue()
-
id
public com.kscs.util.jaxb.Selector<TRoot,ReferenceType.Selector<TRoot,TParent>> id()
-
uri
public com.kscs.util.jaxb.Selector<TRoot,ReferenceType.Selector<TRoot,TParent>> uri()
-
type
public com.kscs.util.jaxb.Selector<TRoot,ReferenceType.Selector<TRoot,TParent>> type()
-
-