public class EncTicketPartContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Constructor and Description |
|---|
EncTicketPartContainer(ByteBuffer stream)
Creates a new EncTicketPartContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
EncTicketPart |
getEncTicketPart() |
void |
setEncTicketPart(EncTicketPart encTicketPart)
Set a EncTicketPart Object into the container
|
clean, getCurrentTLV, getDecodeBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodeBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setGathering, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParentpublic EncTicketPartContainer(ByteBuffer stream)
stream - The stream containing the data to decodepublic EncTicketPart getEncTicketPart()
public void setEncTicketPart(EncTicketPart encTicketPart)
encTicketPart - The EncTicketPart to set.Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.